Ansible lint warning on task #4081
Unanswered
sreejithpunnapuzha
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
I am getting the warning
<frozen importlib._bootstrap>:671 ImportWarning DynamicImporter.exec_module() not found; falling back to load_module()
on the below taskcommunity.general.dconf:
key: "{{ item.key }}"
value: "{{ item.value }}"
loop: "{{ gnome_dconf | default([]) }}"
loop_control:
label: "{{ item.key }}"
i dont have any problem when running this task. how do i get rid of this warning?
Beta Was this translation helpful? Give feedback.
All reactions