homeserver/roles/mgrote.apt_update_packages/tasks/main.yml
mg c99a634f5c apt update ausgebaut (#57)
update entfernt

doku

syntax

meta bei cv4 entfernt

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#57
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-04-01 21:51:25 +02:00

11 lines
199 B
YAML

---
- name: update apt cache
become: yes
ansible.builtin.apt:
update_cache: yes
- name: updated installed packages
become: yes
ansible.builtin.package:
upgrade: dist