copr-be-dev-aws: test ansible PG plugin #6
Relates: https://pagure.io/fedora-infrastructure/issue/8675
This commit is contained in:
parent
30633a0f69
commit
d52658a5f6
1 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
hosts: copr_back_dev_aws
|
||||
user: root
|
||||
gather_facts: True
|
||||
become: false
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
@ -10,6 +9,11 @@
|
|||
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
||||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
|
||||
vars:
|
||||
ansible_become: false
|
||||
ansible_become_user: root
|
||||
ansible_become_method: sudo
|
||||
|
||||
tasks:
|
||||
- name: try become with potsgres ansible plugin
|
||||
postgresql_db: name="coprdb" encoding='UTF-8'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue