Adds docker_secret module (#26469)

This commit is contained in:
Chris Houseknecht 2017-07-06 09:22:04 -04:00 committed by GitHub
commit 6af53cf0ef
10 changed files with 503 additions and 0 deletions

View file

@ -0,0 +1,3 @@
- name: disable_swarm
command: docker swarm leave --force
ignore_errors: yes