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

refactor: update repo and install packages in one step

parent f6512fb6
No related branches found
No related tags found
No related merge requests found
--- ---
- name: apt-get update
apt:
update_cache: "yes"
tags: [apt]
- name: install packages (rsync, sarg, squid3, tar, unzip) - name: install packages (rsync, sarg, squid3, tar, unzip)
apt: apt:
state: present state: present
...@@ -14,4 +9,5 @@ ...@@ -14,4 +9,5 @@
'tar', 'tar',
'unzip' 'unzip'
] ]
update_cache: "yes"
tags: [apt] tags: [apt]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment