mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
install yum and others for copr-keygen
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud.yml"
|
||||
- name: gather facts
|
||||
setup:
|
||||
always_run: True
|
||||
ignore_errors: True
|
||||
register: facts
|
||||
- name: install python2 and dnf stuff
|
||||
raw: dnf -y install python-dnf libselinux-python yum
|
||||
when: facts|failed
|
||||
|
||||
Reference in New Issue
Block a user