`
You actually passed `with_dict` a list of 1 dict, where that 1 dict is "{{
website }}"
What you want instead is:
with_dict: "{{ website }}"
`
You actually passed `with_dict` a list of 1 dict, where that 1 dict is "{{
website }}"
What you want instead is:
with_dict: "{{ website }}"