another fix for yum/dnf detection
This commit is contained in:
parent
17ba96cd16
commit
259d808fbc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- taskotron-trigger
|
||||
# needed for cron script
|
||||
- resultsdb_api
|
||||
when: deployment_type == 'prod' or deployment_type == 'local'
|
||||
when: ansible_distribution_major_version|int < 22
|
||||
|
||||
- name: ensure packages required for taskotron-trigger are installed (dnf)
|
||||
dnf: name={{ item }} state=present enablerepo={{ extra_enablerepos }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue