Skip to content

Commit

Permalink
Remove unneccessary 'groups' parameter
Browse files Browse the repository at this point in the history
'groups' parameter was required for Ansible <= 2.4.2 in order to workaround
ansible/ansible#33878. This parameter is now useless.

Closes #5
  • Loading branch information
pilou- committed Jun 20, 2018
1 parent afcc746 commit 6e1fb64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/create_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
- add_host:
name: '{{ host }}'
ansible_host: '{{ job_id ~ host }}'
groups: '{{ hostvars[host]["group_names"] }}'
ansible_connection: docker
ansible_user: root
inventory_dir: "{{ hostvars[host]['inventory_dir'] }}"
Expand Down

0 comments on commit 6e1fb64

Please sign in to comment.