From 48e387c5c12026a567eb7b293a3a590241c0cecb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:16:49 +0200 Subject: Merging upstream version 2.17.0. Signed-off-by: Daniel Baumann --- lib/ansible/modules/lineinfile.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/ansible/modules/lineinfile.py') diff --git a/lib/ansible/modules/lineinfile.py b/lib/ansible/modules/lineinfile.py index 3d8d85d..9e9fdd9 100644 --- a/lib/ansible/modules/lineinfile.py +++ b/lib/ansible/modules/lineinfile.py @@ -5,8 +5,7 @@ # Copyright: (c) 2017, Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) -from __future__ import absolute_import, division, print_function -__metaclass__ = type +from __future__ import annotations DOCUMENTATION = r''' @@ -127,10 +126,6 @@ options: type: bool default: no version_added: "2.5" - others: - description: - - All arguments accepted by the M(ansible.builtin.file) module also work here. - type: str extends_documentation_fragment: - action_common_attributes - action_common_attributes.files -- cgit v1.2.3