copr-fe: always execute aws_cloud tasks

This is needed to fix playbook run with `-t config`.
This commit is contained in:
Pavel Raiskup 2020-04-17 09:45:18 +02:00 committed by Pierre-Yves Chibon
parent 2036e377df
commit 7aa0039cae

View file

@ -15,6 +15,8 @@
- import_tasks: "{{ tasks_path }}/aws_cloud.yml"
when: datacenter == "aws"
tags: always
- import_tasks: "{{ tasks_path }}/swap.yml"
when:
- datacenter == 'aws'