Commit Graph

14 Commits (f7bd0f4dfb5aa809c6772d9e303ce05e2f7d8c1c)

Author SHA1 Message Date
Lukas Grossar 49bf8de27c also match on tabs in ini_file (fixes #106) (#4067)
also match on tabs in ini_file
10 years ago
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
10 years ago
Ales Nosek 9c74272c9b Fix #2475 ini_file module: bracklets in key break idempotence
Escape the regex special characters in the option name.
10 years ago
Charles Paul 1bc0b6ee6a create non-existent ini file
fixing fail_json

more verbose fail msg
10 years ago
Brian Coca e74dc8c1dd minor doc fixes 10 years ago
Ales Nosek 22790d301a Make the syntax work with Python 2.4 10 years ago
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/
10 years ago
Toshio Kuratomi 3993f4e967 Simplify logic to handle options set to empty string
Fixes #2125
10 years ago
Brian Coca 46fa43d9e0 Merge pull request #988 from isaacsimmons/ini-file-catch-interpolation-error
Handle ini file properties that contain interpolation errors
11 years ago
Greg DeKoenigsberg 2a5f0bde87 Proper author info for all remaining modules 11 years ago
Isaac Simmons 1f358721ff Handle ini file properties that contain interpolation errors in the initial values 11 years ago
blxd 2c520f31b3 Added check mode support to the ini_file module 11 years ago
James Cammarata cb69744bce Adding file doc fragment to those modules in files/ missing it 11 years ago
Michael DeHaan c8e1a2077e file extensions! 11 years ago