initial opensuse support

This commit is contained in:
AJ Schroeder
2024-01-15 10:43:03 -06:00
parent 0e58779cac
commit 53d6b2d1d5
13 changed files with 1450 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Updating the operating system
ansible.builtin.zypper:
name: "*"
state: latest
update_cache: true
...