Is your feature request related to a problem? Please describe.
Currently GLITCH does not support attributes defined as in the example below (aka Ansible-specific syntax):
- name: Create web root
file: path="{{ www_root }}"
owner="{{ web_user }}"
group="{{ web_group }}"
mode=0755
state=directory
with_dict: sites
This is mentioned in the work by Opdebeeck et al. (2023).
Describe the solution you'd like
We shoud use the ansible-core package instead of the yaml package..