Files
proxmox-packer/ansible/roles/base/tasks/suse.yml
2024-01-15 10:43:03 -06:00

9 lines
128 B
YAML

---
- name: Updating the operating system
ansible.builtin.zypper:
name: "*"
state: latest
update_cache: true
...