mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Misc documentation update (#50190)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Alicia Cozine
parent
b2f6259259
commit
ff49bbd15d
@@ -274,7 +274,7 @@ def mandatory(a):
|
||||
name = "'%s' " % to_text(a._undefined_name)
|
||||
else:
|
||||
name = ''
|
||||
raise AnsibleFilterError("Mandatory variable %snot defined." % name)
|
||||
raise AnsibleFilterError("Mandatory variable %s not defined." % name)
|
||||
return a
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user