main.yml 85 B

123
  1. ---
  2. - name: Update all packages
  3. action: "{{ ansible_pkg_mgr }} name=* state=latest"