ansible/test/integration/targets/setup_postgresql_db/files/dummy.control
Andrey Klychkov 4da6d8cbf9 postgresql_ext: add version parameter (#58381)
* postgresql_ext: add version new option

* postgresql_ext: add version new option, fix ssl tests

* postgresql_ext: add version new option, fix tests

* postgresql_ext: add version new option, fix examples

* postgresql_ext: add version new option, fix the doc

* postgresql_ext: add version new option, fix examples

* postgresql_ext: add version new option, fix typo in tests
2019-07-02 15:24:46 +02:00

3 lines
114 B
Text

comment = 'dummy extension used to test postgresql_ext Ansible module'
default_version = '3.0'
relocatable = true