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 - selinux-policy-devel
when: deployment_type in ['dev', 'stg', 'prod'] when: deployment_type in ['dev', 'stg', 'prod']
- name: ensure packages required for taskotron tasks are installed # see what happens when we don't have these
dnf: name={{ item }} state=present #- name: ensure packages required for taskotron tasks are installed
with_items: # dnf: name={{ item }} state=present
- python-solv # with_items:
- python-librepo # - python-solv
- rpmlint # - python-librepo
when: ansible_cmdline.ostree is not defined # - rpmlint
# when: ansible_cmdline.ostree is not defined
- name: generate taskotron.yaml config file - name: generate taskotron.yaml config file
template: src={{ item }} dest=/etc/taskotron/taskotron.yaml owner=root group=root mode=0644 template: src={{ item }} dest=/etc/taskotron/taskotron.yaml owner=root group=root mode=0644