test: fix role name in converge file
This commit is contained in:
parent
d627b6c78c
commit
f87684a709
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: Converge
|
||||
hosts: all
|
||||
roles:
|
||||
- swarm
|
||||
- ansible-role-swarm
|
||||
vars:
|
||||
swarm_proxy_url: http://127.0.0.1:3128
|
||||
swarm_manager: true
|
||||
|
|
Loading…
Reference in a new issue