mg
201e2be4ff
enues plays erstellt Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#82 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
10 lines
153 B
YAML
10 lines
153 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
serial: 5
|
|
|
|
tasks:
|
|
- name: update apt cache
|
|
become: yes
|
|
ansible.builtin.apt:
|
|
update_cache: yes
|