Fix an ansible 2.0 depreciation warning and possibly playbook failure.
This commit is contained in:
parent
5e2cddd24a
commit
b984c1bad1
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@
|
|||
|
||||
- name: add buildslave users
|
||||
user: name={{ item.user }} group={{ slaves_group }} groups=testcloud home={{ item.home }}
|
||||
with_items: slaves
|
||||
with_items: "{{ slaves }}"
|
||||
when: deployment_type in ['dev', 'stg', 'prod']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue