Add more symbolic links
Change-Id: Idbb46b24288b6036315b19a0827de4967f6cdd22
This commit is contained in:
parent
8ecf842e67
commit
20ca16b967
@ -30,9 +30,12 @@
|
||||
- name: Create symbolic link for ansible-config
|
||||
become: true
|
||||
file:
|
||||
src: '{{ molecule_venv_path }}/bin/ansible-config'
|
||||
dest: /usr/local/bin/ansible-config
|
||||
src: '{{ molecule_venv_path }}/bin/{{ item }}'
|
||||
dest: '/usr/local/bin/{{ item }}'
|
||||
state: link
|
||||
loop:
|
||||
- ansible
|
||||
- ansible-config
|
||||
|
||||
- name: Export installed molecule_executable path
|
||||
set_fact:
|
||||
|
Loading…
x
Reference in New Issue
Block a user