diff --git a/tasks/koji/base_builder.yml b/tasks/koji/base_builder.yml index 9e4a1809e8..1f857fd155 100644 --- a/tasks/koji/base_builder.yml +++ b/tasks/koji/base_builder.yml @@ -90,24 +90,24 @@ - name: /etc/kojid/kojid.conf action: copy src=$files/kojibuilder/kojid.conf dest=/etc/kojid/kojid.conf - only_if: "not '${inventory_hostname}'.startswith(('arm01','arm03','arm04'))" + only_if: "not '${inventory_hostname}'.startswith(('arm01','arm03'))" notify: - restart kojid - name: arm /etc/kojid/kojid.conf action: copy src=$files/kojibuilder/arm-kojid.conf dest=/etc/kojid/kojid.conf - only_if: "'${inventory_hostname}'.startswith(('arm01','arm03','arm04'))" + only_if: "'${inventory_hostname}'.startswith(('arm01','arm03'))" notify: - restart kojid - name: /etc/koji/koji.conf action: copy src=$files/kojibuilder/koji.conf dest=/etc/koji.conf - only_if: "not '${inventory_hostname}'.startswith(('arm01','arm03','arm04'))" + only_if: "not '${inventory_hostname}'.startswith(('arm01','arm03'))" - name: /etc/koji/koji.conf action: copy src=$files/kojibuilder/arm-koji.conf dest=/etc/koji.conf - only_if: "'${inventory_hostname}'.startswith(('arm01','arm03','arm04'))" + only_if: "'${inventory_hostname}'.startswith(('arm01','arm03'))" - name: copy over koji ca cert action: copy src=$private/files/koji/buildercerts/fedora-ca.cert dest=/etc/kojid/cacert.pem