summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"