personal_ansible_desktop_configs icon indicating copy to clipboard operation
personal_ansible_desktop_configs copied to clipboard

Use FQCN instead of short module names in Ansible

Open alexs77 opened this issue 3 years ago • 0 comments

It's possible that modules use the same names for tasks. Because of that, Ansible suggests to use "FQCN". Eg. instead of copy, use ansible.builtin.copy.

PR #5 fixes this.

alexs77 avatar Nov 22 '21 20:11 alexs77