From 92cf6629f04696b51f630a118e1cc6ce90973bc0 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 20 Aug 2023 15:17:02 +0200 Subject: [PATCH] Revert "copr-pulp: run aws_cloud.yml in pre_tasks" This reverts commit 82892605f41597f8a20271d295c508520d89b490. --- playbooks/groups/copr-pulp.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/playbooks/groups/copr-pulp.yml b/playbooks/groups/copr-pulp.yml index 18c0928405..cd5508839d 100644 --- a/playbooks/groups/copr-pulp.yml +++ b/playbooks/groups/copr-pulp.yml @@ -10,16 +10,12 @@ handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml" - pre_tasks: - - import_tasks: "{{ tasks_path }}/aws_cloud.yml" - when: datacenter == 'aws' - tasks: # - import_tasks: "{{ tasks_path }}/persistent_cloud.yml" # when: datacenter != 'aws' - # - import_tasks: "{{ tasks_path }}/aws_cloud.yml" - # when: datacenter == 'aws' + - import_tasks: "{{ tasks_path }}/aws_cloud.yml" + when: datacenter == 'aws' - name: gather facts