nichivo
|
8886afd145
|
Insert missing option line before blank lines (#4747)
|
8 years ago |
Brian Coca
|
1d4c0abe29
|
added backup_file to module returns (#4723)
fixes #14502
also cleaned up some unused stuff and fixed imports
|
8 years ago |
Lukas Grossar
|
49bf8de27c
|
also match on tabs in ini_file (fixes #106) (#4067)
also match on tabs in ini_file
|
8 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
|
9 years ago |
Ales Nosek
|
9c74272c9b
|
Fix #2475 ini_file module: bracklets in key break idempotence
Escape the regex special characters in the option name.
|
9 years ago |
Charles Paul
|
1bc0b6ee6a
|
create non-existent ini file
fixing fail_json
more verbose fail msg
|
9 years ago |
Brian Coca
|
e74dc8c1dd
|
minor doc fixes
|
9 years ago |
Ales Nosek
|
22790d301a
|
Make the syntax work with Python 2.4
|
9 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/
|
9 years ago |
Toshio Kuratomi
|
3993f4e967
|
Simplify logic to handle options set to empty string
Fixes #2125
|
9 years ago |
Brian Coca
|
46fa43d9e0
|
Merge pull request #988 from isaacsimmons/ini-file-catch-interpolation-error
Handle ini file properties that contain interpolation errors
|
9 years ago |
Greg DeKoenigsberg
|
2a5f0bde87
|
Proper author info for all remaining modules
|
10 years ago |
Isaac Simmons
|
1f358721ff
|
Handle ini file properties that contain interpolation errors in the initial values
|
10 years ago |
blxd
|
2c520f31b3
|
Added check mode support to the ini_file module
|
10 years ago |
James Cammarata
|
cb69744bce
|
Adding file doc fragment to those modules in files/ missing it
|
10 years ago |
Michael DeHaan
|
c8e1a2077e
|
file extensions!
|
10 years ago |