Skip to content

Instantly share code, notes, and snippets.

@packeteer
Created June 23, 2016 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save packeteer/8ca80e73508b6d7d337dcfbed0a4ad9e to your computer and use it in GitHub Desktop.
Save packeteer/8ca80e73508b6d7d337dcfbed0a4ad9e to your computer and use it in GitHub Desktop.
meta/main.yml
---
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