homeserver/playbooks/on-off/apt_update.yml
mg 201e2be4ff neue plays erstellt (#82)
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>
2021-05-07 09:47:51 +02:00

11 lines
153 B
YAML

---
- hosts: all
become: yes
serial: 5
tasks:
- name: update apt cache
become: yes
ansible.builtin.apt:
update_cache: yes