From ab249a469eaa9cb27c3f17813a60fe23ee2d7315 Mon Sep 17 00:00:00 2001 From: flowerysong Date: Mon, 14 Oct 2019 12:14:32 -0400 Subject: [PATCH] ini_file: remove incorrect documentation (#63394) --- lib/ansible/modules/files/ini_file.py | 4 ---- test/sanity/ignore.txt | 1 - 2 files changed, 5 deletions(-) diff --git a/lib/ansible/modules/files/ini_file.py b/lib/ansible/modules/files/ini_file.py index bc7e9e652ad..1b650a1ce8b 100644 --- a/lib/ansible/modules/files/ini_file.py +++ b/lib/ansible/modules/files/ini_file.py @@ -59,10 +59,6 @@ options: the original file back if you somehow clobbered it incorrectly. type: bool default: no - others: - description: - - All arguments accepted by the M(file) module also work here. - type: str state: description: - If set to C(absent) the option or section will be removed if present instead of created. diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index 688eaf0ad0f..bc5be044142 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -2241,7 +2241,6 @@ lib/ansible/modules/files/file.py validate-modules:undocumented-parameter lib/ansible/modules/files/file.py validate-modules:doc-default-does-not-match-spec lib/ansible/modules/files/find.py use-argspec-type-path # fix needed lib/ansible/modules/files/find.py validate-modules:parameter-type-not-in-doc -lib/ansible/modules/files/ini_file.py validate-modules:nonexistent-parameter-documented lib/ansible/modules/files/iso_extract.py validate-modules:doc-default-does-not-match-spec lib/ansible/modules/files/lineinfile.py validate-modules:nonexistent-parameter-documented lib/ansible/modules/files/lineinfile.py validate-modules:doc-default-does-not-match-spec