You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All references to {{ prelim_dconf_system_db }} are missing the .stdout field which results in Ansible creating files with raw Ansible dictionaries in /etc/dconf/profile/...
Describe the Issue
In the #255 branch.
All references to
{{ prelim_dconf_system_db }}
are missing the.stdout
field which results in Ansible creating files with raw Ansible dictionaries in/etc/dconf/profile/...
Additional Notes
Related to #259
Possible Solution
Change all
{{ prelim_dconf_system_db }}
to{{ prelim_dconf_system_db.stdout }}
The text was updated successfully, but these errors were encountered: