taskotron: removing packages that probably aren't needed anymore

This commit is contained in:
Tim Flink 2019-11-20 18:27:06 +00:00 committed by Pierre-Yves Chibon
parent 3533b3b95e
commit 84bdb84a65

View file

@ -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