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 ### ### INSTALL PACKAGES ###
# Äquivalent von apt-get update
- name: apt-get update
apt:
update_cache: "yes"
tags: [apt]
- name: Install/Update Software Packages - name: Install/Update Software Packages
apt: apt:
state: present state: present
...@@ -21,6 +15,7 @@ ...@@ -21,6 +15,7 @@
'tar', 'tar',
'unzip' 'unzip'
] ]
update_cache: "yes"
tags: [apt] tags: [apt]
- name: Install/Update Perl-Pakete - 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