From e0474a9857acc7d099a1e182b0b60c7ebe9d7069 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 22 Feb 2020 10:24:35 +0100 Subject: [PATCH] copr-fe-dev-aws: test ansible PG plugin #3 This can not work. But the plugin should behave differently. Relates https://pagure.io/fedora-infrastructure/issue/8675 --- playbooks/groups/copr-backend.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/groups/copr-backend.yml b/playbooks/groups/copr-backend.yml index 9ee7a2cf49..5d406a9d33 100644 --- a/playbooks/groups/copr-backend.yml +++ b/playbooks/groups/copr-backend.yml @@ -4,6 +4,11 @@ gather_facts: True tasks: + - name: touch something in homedir + shell: touch ~/test.touch + become: yes + become_user: praiskup + - name: Create db postgresql_db: name="coprdb" encoding='UTF-8' become: yes