copr: mask systemd-oomd only on Fedora hosts

The copr-pulp instance will run on RHEL8 and systemd-oomd is not
installed there.
This commit is contained in:
Jakub Kadlcik 2023-08-20 19:22:44 +02:00
parent c6073d2277
commit 60d5faf5d6

View file

@ -36,6 +36,7 @@
state: stopped
enabled: no
masked: yes
when: ansible_distribution == 'Fedora'
- name: configure crond
copy: src=sysconfig.crond dest=/etc/sysconfig/crond