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:
parent
acc2a5436f
commit
e0474a9857
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue