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

refactor: update repo and install packages in one step

parent fb10c0e7
No related branches found
No related tags found
No related merge requests found
---
### INSTALL PACKAGES ###
# Äquivalent von apt-get update
- name: apt-get update
apt:
update_cache: "yes"
tags: [apt]
- name: Install/Update Software Packages
apt:
state: present
......@@ -21,6 +15,7 @@
'tar',
'unzip'
]
update_cache: "yes"
tags: [apt]
- name: Install/Update Perl-Pakete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment