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
Branches
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)
apt:
state: present
......@@ -14,4 +9,5 @@
'tar',
'unzip'
]
update_cache: "yes"
tags: [apt]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment