Commit ba9e7663 authored by nimrod's avatar nimrod
Browse files

- Link both python to python2 to python2.7.

parent 1dd7274d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -20,9 +20,12 @@
  setup:

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