copr-be-dev-aws: test ansible PG plugin #8
Relates: https://pagure.io/fedora-infrastructure/issue/8675
This commit is contained in:
parent
d2b44af0c2
commit
55c087bd3e
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
||||||
ansible_become_method: sudo
|
ansible_become_method: sudo
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- shell: sleep 1000
|
||||||
|
become: true
|
||||||
|
become_user: postgres
|
||||||
|
|
||||||
- name: try become with potsgres ansible plugin
|
- name: try become with potsgres ansible plugin
|
||||||
postgresql_db: name="coprdb" encoding='UTF-8'
|
postgresql_db: name="coprdb" encoding='UTF-8'
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue