Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
- name: Symlink python - name: Symlink python
with_items: with_items:
- python - /usr/bin/python
- python2 - /usr/local/bin/python2
ignore_errors: '{{ ansible_check_mode }}' ignore_errors: '{{ ansible_check_mode }}'
file: file:
path: '/usr/local/bin/{{ item }}' path: '{{ item }}'
src: /usr/local/bin/python2.7 src: /usr/local/bin/python2.7
state: link state: link
owner: root owner: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment