Created
June 23, 2016 02:36
-
-
Save packeteer/8ca80e73508b6d7d337dcfbed0a4ad9e to your computer and use it in GitHub Desktop.
meta/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
dependencies: | |
- stat: path=/etc/systemd/system/docker.service.d/http-proxy.conf | |
register: proxypath | |
- { role: proxy, when: proxypath.stat.exists == False } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment