Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 3 | -0/+12 |
| | |||||
* | Make `main()` calls conditional - database (#3659) | Fabio Alessandro Locati | 2016-12-05 | 2 | -2/+5 |
| | |||||
* | Native YAML - database/postgresql/postgresql_ext (#3617) | Fabio Alessandro Locati | 2016-12-01 | 1 | -1/+3 |
| | |||||
* | Native YAML - databases/pgsql (#3606) | Fabio Alessandro Locati | 2016-12-01 | 1 | -4/+20 |
| | |||||
* | Update version_added, update docs (#3542) | John R Barker | 2016-11-24 | 1 | -13/+17 |
| | | | | | k: v in docs now Minor tweaks after https://github.com/ansible/ansible-modules-extras/pull/1883 | ||||
* | Add a new module to handle schema with postgres (#1883) | Dorn- | 2016-11-24 | 1 | -0/+266 |
| | |||||
* | Make postgresql module in extras compile on py3 | Michael Scherer | 2016-10-17 | 2 | -4/+10 |
| | |||||
* | Do not leak login_password when using verbose, with no_log | Michael Scherer | 2016-10-17 | 2 | -2/+2 |
| | |||||
* | Fixes check mode error on Python 2.4 and wrong changed state (#2438) | Strahinja Kustudic | 2016-06-16 | 1 | -10/+9 |
| | | | | | | * Fixes check mode error on Python 2.4 and wrong changed state * Changes code as suggested by @bcoca | ||||
* | fixed version added | Brian Coca | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | BUGFIX: misnamed function name breaks check mode | Javier Palacios | 2015-11-02 | 1 | -2/+2 |
| | |||||
* | added missing license headers | Brian Coca | 2015-07-30 | 1 | -2/+16 |
| | | | | fixes #508 | ||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Fix postgresql_ext documentation | Toshio Kuratomi | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Move other postgres module into the postgresql hierarchy | Toshio Kuratomi | 2015-03-02 | 1 | -0/+256 |
| | |||||
* | Import @dschep's module for installing postgres extensions. | Daniel Schep | 2015-03-02 | 2 | -0/+188 |
Reviewed by @bcoca as a PR against the core repo here: https://github.com/ansible/ansible-modules-core/pull/21 |