diff --git a/config/ansible/tasks/global/utils.yml b/config/ansible/tasks/global/utils.yml index 9c7758c..d6f1558 100644 --- a/config/ansible/tasks/global/utils.yml +++ b/config/ansible/tasks/global/utils.yml @@ -21,7 +21,7 @@ dest: "{{ ansible_env.HOME }}/.local/bin/{{ item.path | basename }}" state: link loop: "{{ utils_files.files }}" - when: item.path | regex_search('\.go$') is not defined + when: not item.path | regex_search('\.go$') become: false - name: Compile Go files and place binaries in ~/.local/bin