copr-fe: always execute aws_cloud tasks
This is needed to fix playbook run with `-t config`.
This commit is contained in:
parent
2036e377df
commit
7aa0039cae
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue