diff --git a/playbooks/groups/copr-frontend-cloud.yml b/playbooks/groups/copr-frontend-cloud.yml index 16b1671be7..a29f32797a 100644 --- a/playbooks/groups/copr-frontend-cloud.yml +++ b/playbooks/groups/copr-frontend-cloud.yml @@ -13,6 +13,9 @@ - import_tasks: "{{ tasks_path }}/persistent_cloud.yml" when: datacenter != "aws" + - import_tasks: "{{ tasks_path }}/aws_cloud.yml" + when: datacenter == aws + - name: cloud basic setup hosts: copr_front_dev:copr_front:copr_front_dev_aws # hosts: copr_front