Commit 9309f6e0 authored by nimrod's avatar nimrod
Browse files

- For Ansible to work of the box, the python symlink MUST be at /usr/bin/python.

parent b9aa90ff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@

- name: Symlink python
  with_items:
      - python
      - python2
      - /usr/bin/python
      - /usr/local/bin/python2
  ignore_errors: '{{ ansible_check_mode }}'
  file:
      path: '/usr/local/bin/{{ item }}'
      path: '{{ item }}'
      src: /usr/local/bin/python2.7
      state: link
      owner: root