Fix a indentation mistake.
This commit is contained in:
parent
a1f69bae9e
commit
6cc4f4a2f5
|
@ -26,9 +26,9 @@
|
|||
register: swarm_info_data
|
||||
|
||||
- name: swarm_mgr | Get the swarm manager token
|
||||
set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
docker_swarm_mgr_token: '{{ swarm_info_data.swarm_facts.JoinTokens.Manager }}'
|
||||
cacheable: true
|
||||
cacheable: true
|
||||
|
||||
- block:
|
||||
- name: Add some manager nodes to the docker swarm cluster
|
||||
|
|
Loading…
Reference in New Issue