adding tag to openvpn client role in taskotron-prod

This commit is contained in:
Tim Flink 2014-10-02 18:30:05 +00:00
parent 1f6839e733
commit ed78d382f9

View file

@ -41,7 +41,7 @@
- { role: yum-cron, tags:['yumcron'] }
- { role: sudo, tags:['sudo'] }
- { role: openvpn/client,
when: env != "staging" }
when: env != "staging", tags:['openvpn_client'] }
tasks:
# this is how you include other task lists