The arm01 SOC's arent in koji currently so don't require kojid running on them.
This commit is contained in:
parent
0b402708a0
commit
6de6fe9bba
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
- name: make sure kojid is running
|
- name: make sure kojid is running
|
||||||
service: name=kojid state=running enabled=yes
|
service: name=kojid state=running enabled=yes
|
||||||
|
when: not inventory_hostname.startswith('arm01')
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue