copr: backend: actually include aws.yml
This commit is contained in:
parent
7f966fae8b
commit
30ff30d705
1 changed files with 6 additions and 0 deletions
|
@ -290,3 +290,9 @@
|
||||||
- name: disable swap so that OOM killer can do his job
|
- name: disable swap so that OOM killer can do his job
|
||||||
command: swapoff -a
|
command: swapoff -a
|
||||||
when: swap_enabled.rc != 0
|
when: swap_enabled.rc != 0
|
||||||
|
|
||||||
|
- name: setup AWS access
|
||||||
|
import_tasks: "aws.yml"
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- aws_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue