Compatibility with ansible 7

This commit is contained in:
Andrea Dell'Amico 2023-05-20 15:18:54 +02:00
parent 2eae7c68db
commit 32e997f1f7
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@
- block:
- name: Get swarm status information
docker_swarm:
community.docker.docker_swarm_info:
state: inspect
register: swarm_info_data

View File

@ -8,8 +8,7 @@
- block:
- name: Get swarm status information
docker_swarm:
state: inspect
community.docker.docker_swarm_info:
register: swarm_info_data
- name: Get the swarm worker node token