Skip to content
Snippets Groups Projects
Commit 929ce4da authored by jurgenhaas's avatar jurgenhaas
Browse files

Change module apt with multiple packages to remove deprecated syntax

parent a31245b1
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,11 @@
- name: "Install extra packages"
apt:
name: '{{ item }}'
name: '{{ packages }}'
state: 'present'
with_items:
- 'strongswan'
vars:
packages:
- 'strongswan'
- name: "Configure IPSec"
template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment