Add more symbolic links

Change-Id: Idbb46b24288b6036315b19a0827de4967f6cdd22
This commit is contained in:
Mohammed Naser 2022-04-29 21:15:32 -04:00
parent 8ecf842e67
commit 20ca16b967

View File

@ -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: