mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 15:44:18 +08:00
Reorder things and fix a conditional.
This commit is contained in:
@@ -38,14 +38,14 @@
|
||||
- fas_client
|
||||
- collectd/base
|
||||
- fedmsg/base
|
||||
- koji_hub
|
||||
- { role: koji_builder, when: env == "staging" }
|
||||
- { role: nfs/server, when: env == "staging" }
|
||||
- { role: keepalived, when: env != "staging" }
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_koji'
|
||||
nfs_src_dir: 'fedora_koji'
|
||||
when: datacenter != 'staging'
|
||||
- koji_hub
|
||||
when: env != 'staging'
|
||||
- sudo
|
||||
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user