main.yml 120 B

123456
  1. ---
  2. - name: Package cache updated
  3. shell: pkg update -f
  4. environment:
  5. IGNORE_OSVERSION: yes
  6. ignore_errors: true