Fix a indentation mistake.

This commit is contained in:
Andrea Dell'Amico 2023-10-07 19:14:35 +02:00
parent a1f69bae9e
commit 6cc4f4a2f5
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -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