mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Migrate Linux CI roles to test targets. (#17997)
This commit is contained in:
8
test/integration/targets/postgresql/defaults/main.yml
Normal file
8
test/integration/targets/postgresql/defaults/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# defaults file for test_postgresql_db
|
||||
db_name: 'ansible_db'
|
||||
db_user1: 'ansible_db_user1'
|
||||
db_user2: 'ansible_db_user2'
|
||||
|
||||
tmp_dir: '/tmp'
|
||||
|
||||
Reference in New Issue
Block a user