9 lines
174 B
YAML
Executable File
9 lines
174 B
YAML
Executable File
---
|
|
- name: Playbook for managing the updates in RPi
|
|
hosts: picluster
|
|
tasks:
|
|
- name: 'Update apt package cache'
|
|
become: yes
|
|
apt:
|
|
update_cache=yes
|