update vor guest-agent (#179)

update vor guest-agent

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#179
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-07-29 08:47:56 +02:00
parent caa5995b52
commit a3a5cdd1a0
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
---
- name: update apt cache
become: yes
ansible.builtin.apt:
update_cache: yes
- name: install packages
become: yes
ansible.builtin.package: