The error even after fixing braces, ERROR! unexpected parameter type in 
action: <class 'ansible.parsing.yaml.objects.AnsibleSequence'>



On Monday, November 28, 2022 at 9:16:22 PM UTC+8 [email protected] wrote:

> You don't say what error you are getting, but you have 8 open braces ("{") 
> and 5 close braces ("}"), so errors are not surprising.
>
> On Monday, November 28, 2022 at 8:07:17 AM UTC-5 Ume wrote:
>
>> I wanted to simulate the JINJA  template   bheaviour using set_facts for 
>> WIndows Patching using Ansible. I am doing the below however, getting error
>> Sorry New to Ansible here. Attcahed Screenshots. 
>>
>> [image: 1.PNG]
>>
>>  - name: Sample Dictionary for Windows Update Patches
>>       set_fact:
>>         - dict_updates: 
>>               - {'key': 'e0951aaf', 'value': {'title': 'Windows 
>> KB5017396', 'kb': ['5017396'], 'categories': ['Security Updates', 'Windows 
>> Server 2016'], 'id': 'e0951aaf', 'downloaded': True, 'installed': True},
>>          {'key': 'e0951aed', 'value': {'title': 'Windows KB5012356', 
>> 'kb': ['5012356'], 'categories': ['Security Updates', 'Windows Server 
>> 2019'], 'id': 'e0951aed', 'downloaded': True, 'installed': True},
>>         {'key': 'e0761aag', 'value': {'title': 'Windows KB5016326', 'kb': 
>> ['5016326'], 'categories': ['Security Updates', 'Windows Server 2022'], 
>> 'id': 'e0761aag', 'downloaded': True, 'installed': True},
>>         {'key': 'e0911aae', 'value': {'title': 'Windows KB5013397', 'kb': 
>> ['5013397'], 'categories': ['Security Updates', 'Windows Server 2016'], 
>> 'id': 'e0911aae', 'downloaded': True, 'installed': True},}
>>
>> Not in situation to run whole playbook for getting these values 
>> automatically for testing JINJA template
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/dba0d2c0-8089-4634-9eb6-21fdac019d60n%40googlegroups.com.

Reply via email to