no virtlogd service on s390x
This commit is contained in:
parent
1925d6fdc1
commit
d2166dbe6f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
||||||
service: name=virtlogd state=started enabled=yes
|
service: name=virtlogd state=started enabled=yes
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
when: ansible_distribution_major_version|int > 23
|
when: ansible_distribution_major_version|int > 23 and ansible_architecture != 's390x'
|
||||||
|
|
||||||
- name: build /etc/kojid/kojid.conf from group vars
|
- name: build /etc/kojid/kojid.conf from group vars
|
||||||
template: src=kojid.conf dest=/etc/kojid/kojid.conf
|
template: src=kojid.conf dest=/etc/kojid/kojid.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue