Install ansible-core in CentOS 9 for github PRs

Change-Id: Icd61c64c744a61fb9731feba6922220c71623543
This commit is contained in:
Sagi Shnaidman 2022-01-03 08:31:46 +02:00
parent fb4d5a1083
commit 12ee5046ee

View File

@ -7,7 +7,7 @@
name:
- rpm-build
- ansible-macros
- ansible
- "ansible{% if ansible_distribution_major_version|int >= 9 %}-core{% endif %}"
state: present
disable_gpg_check: true
become: true