adding tag to openvpn client role in taskotron-prod
This commit is contained in:
parent
1f6839e733
commit
ed78d382f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue