taskotron: removing packages that probably aren't needed anymore
This commit is contained in:
parent
3533b3b95e
commit
84bdb84a65
1 changed files with 8 additions and 7 deletions
|
@ -19,13 +19,14 @@
|
|||
- selinux-policy-devel
|
||||
when: deployment_type in ['dev', 'stg', 'prod']
|
||||
|
||||
- name: ensure packages required for taskotron tasks are installed
|
||||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- python-solv
|
||||
- python-librepo
|
||||
- rpmlint
|
||||
when: ansible_cmdline.ostree is not defined
|
||||
# see what happens when we don't have these
|
||||
#- name: ensure packages required for taskotron tasks are installed
|
||||
# dnf: name={{ item }} state=present
|
||||
# with_items:
|
||||
# - python-solv
|
||||
# - python-librepo
|
||||
# - rpmlint
|
||||
# when: ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: generate taskotron.yaml config file
|
||||
template: src={{ item }} dest=/etc/taskotron/taskotron.yaml owner=root group=root mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue