Fix FQCRs. (#64)

This commit is contained in:
Felix Fontein 2020-03-29 13:02:28 +02:00 committed by GitHub
commit 6ab9f071c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 19 additions and 19 deletions

View file

@ -10,6 +10,6 @@
name: setup_docker
- name: Create a Swarm cluster
docker_swarm:
community.general.docker_swarm:
state: present
advertise_addr: "{{ansible_default_ipv4.address | default('127.0.0.1')}}"