copr: use aws_cloud.yml on copr fe dev

This commit is contained in:
Jakub Kadlcik 2020-02-19 23:01:41 +01:00 committed by Pierre-Yves Chibon
parent 5b87728fd0
commit 957c5082a9

View file

@ -13,6 +13,9 @@
- import_tasks: "{{ tasks_path }}/persistent_cloud.yml" - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
when: datacenter != "aws" when: datacenter != "aws"
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
when: datacenter == aws
- name: cloud basic setup - name: cloud basic setup
hosts: copr_front_dev:copr_front:copr_front_dev_aws hosts: copr_front_dev:copr_front:copr_front_dev_aws
# hosts: copr_front # hosts: copr_front