diff --git a/playbooks/groups/taskotron-prod.yml b/playbooks/groups/taskotron-prod.yml index 23baab3f2a..0e9f4a553f 100644 --- a/playbooks/groups/taskotron-prod.yml +++ b/playbooks/groups/taskotron-prod.yml @@ -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