We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76147c1 commit 2ac4e0bCopy full SHA for 2ac4e0b
promise-types/ini/ini.py
@@ -15,7 +15,7 @@ def __init__(self):
15
16
def validate_attributes(self, promiser, attributes, meta):
17
# Just pass the attributes on transparently to Ansible INI The Ansible
18
- # module will report if the missing parameters are not an Ansible attributes
+ # module will report if the missing parameters are not in Ansible attributes
19
20
return True
21
0 commit comments