Only add rsyncd role if env != staging
This commit is contained in:
parent
5df3d94fbb
commit
48f1f8c31b
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@
|
|||
|
||||
roles:
|
||||
- mirrormanager/crawler
|
||||
- rsyncd
|
||||
- { role: rsyncd,
|
||||
when: env != "staging" }
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue