fixing conditional for openvpn client for beaker

This commit is contained in:
Tim Flink 2016-04-14 18:00:10 +00:00
parent 4e8645ef4e
commit b18bdbc4bd

View file

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