test: ignore linter for join cluster
This commit is contained in:
parent
a5b52d1b82
commit
d627b6c78c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
tags: swarm
|
||||
|
||||
- name: join swarm cluster
|
||||
community.docker.docker_swarm:
|
||||
community.docker.docker_swarm: # noqa no-handler
|
||||
advertise_addr: '{{ swarm_advertise_addr }}'
|
||||
join_token: '{{ swarm_manager|ternary(swarm_join_token_manager, swarm_join_token_worker) }}'
|
||||
remote_addrs: '{{ swarm_remote_addrs }}'
|
||||
|
|
Loading…
Reference in a new issue