Added new ansible home directory, moving roles into its 'roles' subdirectory
This commit is contained in:
6
.ansible/roles/bootstrap/handlers/update@Debian.yml
Normal file
6
.ansible/roles/bootstrap/handlers/update@Debian.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Update repositories cache
|
||||
apt:
|
||||
update_cache: yes
|
||||
register: apt_refreshed
|
||||
listen: update
|
Reference in New Issue
Block a user