add initial update_all_packages role
This commit is contained in:
2
roles/update_all_packages/tests/inventory
Normal file
2
roles/update_all_packages/tests/inventory
Normal file
@ -0,0 +1,2 @@
|
||||
localhost
|
||||
|
5
roles/update_all_packages/tests/test.yml
Normal file
5
roles/update_all_packages/tests/test.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- roles/update_all_packages
|
Reference in New Issue
Block a user