From ef3e559479d3f523ee1c6de18623c6bdbfae64cc Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 20 Aug 2023 15:18:06 +0200 Subject: [PATCH] copr-pulp: remove gather facts and fallback python install It is done in aws_cloud.yml --- playbooks/groups/copr-pulp.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/playbooks/groups/copr-pulp.yml b/playbooks/groups/copr-pulp.yml index cd5508839d..d1d97e9f7f 100644 --- a/playbooks/groups/copr-pulp.yml +++ b/playbooks/groups/copr-pulp.yml @@ -17,16 +17,6 @@ - import_tasks: "{{ tasks_path }}/aws_cloud.yml" when: datacenter == 'aws' - - - name: gather facts - setup: - check_mode: no - ignore_errors: True - register: facts - - name: install python2 and dnf stuff - raw: dnf -y install python-dnf libselinux-python yum - when: facts is failed - - name: cloud basic setup hosts: copr_pulp_dev_aws:copr_pulp_aws gather_facts: True