Add role/playbook for updating Debian packages
This commit is contained in:
6
playbooks/infrastructure/debian_update.yml
Normal file
6
playbooks/infrastructure/debian_update.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Update Debian packages
|
||||
hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- debian_update
|
Reference in New Issue
Block a user