fixing conditional for openvpn client for beaker
This commit is contained in:
parent
4e8645ef4e
commit
b18bdbc4bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue