Skip to content
Snippets Groups Projects
Commit 4c7dfb1a authored by Jörg Sachse's avatar Jörg Sachse
Browse files

refactor: update repo and install packages in one step

parent 8e303a4a
No related branches found
No related tags found
No related merge requests found
---
# Äquivalent von apt-get update
- name: apt-get update
apt:
update_cache: "yes"
- name: Install/Update Debian packages
apt:
state: present
......@@ -21,3 +16,4 @@
'tar',
'unzip'
]
update_cache: "yes"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment