Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Use FQCN name for connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Aug 30, 2021
1 parent 360efab commit f8c8cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
comment: Ansible NAT Masquerade
loop: "{{ natrouter_protocols }}"
when:
- ansible_connection != "docker"
- ansible_connection not in [ "container", "docker", "community.docker.docker" ]

0 comments on commit f8c8cfe

Please sign in to comment.