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
This commit is contained in:
Pavel Raiskup 2020-02-22 10:24:35 +01:00 committed by Pierre-Yves Chibon
parent acc2a5436f
commit e0474a9857

View file

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