mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 03:04:45 +08:00
taskotron: removing packages that probably aren't needed anymore
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
3533b3b95e
commit
84bdb84a65
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user