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:
parent
caa5995b52
commit
a3a5cdd1a0
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: update apt cache
|
||||
become: yes
|
||||
ansible.builtin.apt:
|
||||
update_cache: yes
|
||||
|
||||
- name: install packages
|
||||
become: yes
|
||||
ansible.builtin.package:
|
||||
|
|
Loading…
Reference in a new issue