mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 04:18:42 +00:00
Fix FQCRs. (#64)
This commit is contained in:
parent
0abe7ddc8b
commit
0560501336
@ -3,4 +3,4 @@ docker-pipelining ansible_ssh_pipelining=true
|
||||
docker-no-pipelining ansible_ssh_pipelining=false
|
||||
[docker:vars]
|
||||
ansible_host=ubuntu-latest
|
||||
ansible_connection=docker
|
||||
ansible_connection=community.docker.docker
|
||||
|
||||
@ -10,6 +10,6 @@
|
||||
name: setup_docker
|
||||
|
||||
- name: Create a Swarm cluster
|
||||
docker_swarm:
|
||||
community.docker.docker_swarm:
|
||||
state: present
|
||||
advertise_addr: "{{ansible_default_ipv4.address | default('127.0.0.1')}}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user