copr-be-dev-aws: test ansible PG plugin #8

Relates: https://pagure.io/fedora-infrastructure/issue/8675
This commit is contained in:
Pavel Raiskup 2020-02-22 10:51:57 +01:00 committed by Pierre-Yves Chibon
parent d2b44af0c2
commit 55c087bd3e

View file

@ -15,6 +15,10 @@
ansible_become_method: sudo
tasks:
- shell: sleep 1000
become: true
become_user: postgres
- name: try become with potsgres ansible plugin
postgresql_db: name="coprdb" encoding='UTF-8'
become: true