lost a parens, there
This commit is contained in:
parent
d81a82cf94
commit
991f947663
1 changed files with 4 additions and 4 deletions
|
@ -104,24 +104,24 @@
|
|||
|
||||
- name: /etc/kojid/kojid.conf
|
||||
action: copy src=$files/kojibuilder/kojid.conf dest=/etc/kojid/kojid.conf
|
||||
only_if: "not '${ansible_fqdn}'.startswith(('arm01','arm03','arm04')"
|
||||
only_if: "not '${ansible_fqdn}'.startswith(('arm01','arm03','arm04'))"
|
||||
notify:
|
||||
- restart kojid
|
||||
|
||||
|
||||
- name: arm /etc/kojid/kojid.conf
|
||||
action: copy src=$files/kojibuilder/arm-kojid.conf dest=/etc/kojid/kojid.conf
|
||||
only_if: "'${ansible_fqdn}'.startswith(('arm01','arm03','arm04')"
|
||||
only_if: "'${ansible_fqdn}'.startswith(('arm01','arm03','arm04'))"
|
||||
notify:
|
||||
- restart kojid
|
||||
|
||||
- name: /etc/koji/koji.conf
|
||||
action: copy src=$files/kojibuilder/koji.conf dest=/etc/koji.conf
|
||||
only_if: "not '${ansible_fqdn}'.startswith(('arm01','arm03','arm04')"
|
||||
only_if: "not '${ansible_fqdn}'.startswith(('arm01','arm03','arm04'))"
|
||||
|
||||
- name: /etc/koji/koji.conf
|
||||
action: copy src=$files/kojibuilder/arm-koji.conf dest=/etc/koji.conf
|
||||
only_if: "'${ansible_fqdn}'.startswith(('arm01','arm03','arm04')"
|
||||
only_if: "'${ansible_fqdn}'.startswith(('arm01','arm03','arm04'))"
|
||||
|
||||
- name: copy over koji ca cert
|
||||
action: copy src=$private/files/koji/buildercerts/fedora-ca.cert dest=/etc/kojid/cacert.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue