initial commit
This commit is contained in:
8
ansible/playbooks/update.yml
Executable file
8
ansible/playbooks/update.yml
Executable file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Playbook for managing the updates in RPi
|
||||
hosts: picluster
|
||||
tasks:
|
||||
- name: 'Update apt package cache'
|
||||
become: yes
|
||||
apt:
|
||||
update_cache=yes
|
||||
Reference in New Issue
Block a user