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

Change module apt with multiple packages to remove deprecated syntax

parent cc44bb1a
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,11 @@
- block:
- name: 'Subversion | Install packages'
apt: pkg={{item}} state=present update_cache=yes
apt: pkg={{ packages }} state=present update_cache=yes
tags: 'UpdateSVN'
with_items:
- subversion
vars:
packages:
- subversion
- name: 'Subversion | Create main tunnel user'
user: name=sshsvn
......
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