copr-fe-dev-aws: test ansible PG plugin

This commit is contained in:
Pavel Raiskup 2020-02-22 09:37:41 +01:00 committed by Pierre-Yves Chibon
parent e49912067a
commit e655e9f1d7

View file

@ -1,3 +1,14 @@
- name: test pg plugin
hosts: copr_back_dev_aws
user: root
gather_facts: True
tasks:
- name: Create db
postgresql_db: name="coprdb" encoding='UTF-8'
become: yes
become_user: postgres
- name: check/create instance
hosts: copr_back_dev:copr_back_stg:copr_back:copr_back_dev_aws:copr_back_aws
user: root