Loading tasks/main.yml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ register: symlink_python changed_when: not 'File exists' in symlink_python.stdout failed_when: symlink_python|failed and not 'File exists' in symlink_python.stdout tags: - skip_ansible_lint - name: Gather facts setup: Loading Loading
tasks/main.yml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ register: symlink_python changed_when: not 'File exists' in symlink_python.stdout failed_when: symlink_python|failed and not 'File exists' in symlink_python.stdout tags: - skip_ansible_lint - name: Gather facts setup: Loading