copr: backend: actually include aws.yml

This commit is contained in:
Pavel Raiskup 2019-11-14 10:42:01 +01:00 committed by Pierre-Yves Chibon
parent 7f966fae8b
commit 30ff30d705

View file

@ -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