initial opensuse support
This commit is contained in:
9
ansible/roles/base/tasks/suse.yml
Normal file
9
ansible/roles/base/tasks/suse.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Updating the operating system
|
||||
ansible.builtin.zypper:
|
||||
name: "*"
|
||||
state: latest
|
||||
update_cache: true
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user