From 2ac4e0b7057291f23f9edcf01ba61197467dd651 Mon Sep 17 00:00:00 2001 From: oleorhagen Date: Wed, 21 Feb 2024 10:50:13 +0100 Subject: [PATCH] Update promise-types/ini/ini.py Co-authored-by: Craig Comstock --- promise-types/ini/ini.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promise-types/ini/ini.py b/promise-types/ini/ini.py index 0fdeeac..80b2c42 100644 --- a/promise-types/ini/ini.py +++ b/promise-types/ini/ini.py @@ -15,7 +15,7 @@ def __init__(self): def validate_attributes(self, promiser, attributes, meta): # Just pass the attributes on transparently to Ansible INI The Ansible - # module will report if the missing parameters are not an Ansible attributes + # module will report if the missing parameters are not in Ansible attributes return True