summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <quabla@hemio.de>2016-11-06 22:36:45 +0100
committerRené Moser <mail@renemoser.net>2016-11-06 22:36:45 +0100
commiteac46e609c4f1115bcbe912554114c12bda51bba (patch)
treea9885ca594b12bbf488d9cf11000f9decad7e32c
parentbe0e6faa7b550e6608ff5ce1c4e91f4cac25dff8 (diff)
downloadansible-modules-core-eac46e609c4f1115bcbe912554114c12bda51bba.tar.gz
Removes outdated "requirement" and outdated "note" (#5332)
- 7f59773460d79b3dae34c375ba68caea1bfc09a8 no longer uses `ConfigParser` - 1d4c0abe2902d91b2895452feedcf72bf3dd9e20 removed the `import` statement
-rw-r--r--files/ini_file.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/files/ini_file.py b/files/ini_file.py
index 9dc3634c..4f74bda5 100644
--- a/files/ini_file.py
+++ b/files/ini_file.py
@@ -88,11 +88,6 @@ options:
notes:
- While it is possible to add an I(option) without specifying a I(value), this makes
no sense.
- - A section named C(default) cannot be added by the module, but if it exists, individual
- options within the section can be updated. (This is a limitation of Python's I(ConfigParser).)
- Either use M(template) to create a base INI file with a C([default]) section, or use
- M(lineinfile) to add the missing line.
-requirements: [ ConfigParser ]
author:
- "Jan-Piet Mens (@jpmens)"
- "Ales Nosek (@noseka1)"