Lukas Grossar
|
49bf8de27c
|
also match on tabs in ini_file (fixes #106) (#4067)
also match on tabs in ini_file
|
2016-06-30 18:15:49 -04:00 |
|
yarick123
|
bf2f09e37c
|
ini_file: added option 'noextraspaces' to turn off inserting extra spaces around '=' symbol
* ini_file: added option 'noextraspaces' to turn off inserting extra spaces around '=' symbol
* ini_file: noextraspaces, python 2.4 compatibility
* ini_file: noextraspaces - yes/no => true/false
* ini_file: noextraspaces - added 'version_added' option
* ini_file: noextraspaces => no_extra_spaces
|
2016-04-13 15:50:44 +02:00 |
|
Ales Nosek
|
9c74272c9b
|
Fix #2475 ini_file module: bracklets in key break idempotence
Escape the regex special characters in the option name.
|
2015-12-02 20:31:27 -08:00 |
|
Charles Paul
|
1bc0b6ee6a
|
create non-existent ini file
fixing fail_json
more verbose fail msg
|
2015-11-23 23:07:14 +09:00 |
|
Brian Coca
|
e74dc8c1dd
|
minor doc fixes
|
2015-11-07 08:23:57 -05:00 |
|
Ales Nosek
|
22790d301a
|
Make the syntax work with Python 2.4
|
2015-10-30 21:57:25 -07:00 |
|
Ales Nosek
|
7f59773460
|
ini_file should only change what was specified and nothing more #5860
See also:
http://alesnosek.com/blog/2015/08/03/improving-ansibles-ini-file-module/
|
2015-10-28 22:11:02 -07:00 |
|
Toshio Kuratomi
|
3993f4e967
|
Simplify logic to handle options set to empty string
Fixes #2125
|
2015-10-26 13:02:21 -07:00 |
|
Brian Coca
|
46fa43d9e0
|
Merge pull request #988 from isaacsimmons/ini-file-catch-interpolation-error
Handle ini file properties that contain interpolation errors
|
2015-07-20 20:49:23 -04:00 |
|
Greg DeKoenigsberg
|
2a5f0bde87
|
Proper author info for all remaining modules
|
2015-06-15 15:53:30 -04:00 |
|
Isaac Simmons
|
1f358721ff
|
Handle ini file properties that contain interpolation errors in the initial values
|
2015-03-23 11:46:59 -04:00 |
|
blxd
|
2c520f31b3
|
Added check mode support to the ini_file module
|
2015-02-23 11:14:38 +00:00 |
|
James Cammarata
|
cb69744bce
|
Adding file doc fragment to those modules in files/ missing it
|
2014-10-01 20:55:50 -05:00 |
|
Michael DeHaan
|
c8e1a2077e
|
file extensions!
|
2014-09-26 10:37:56 -04:00 |
|