Commit f8081d82 authored by nimrod's avatar nimrod
Browse files

- Skip ansible-lint on the symlink creation task (can't use the Ansible module...

- Skip ansible-lint on the symlink creation task (can't use the Ansible module because this role is used to bootstrap Ansible so that the modules work).
parent 903032f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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: