mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-22 18:50:20 +00:00
Update install.yml
This commit is contained in:
parent
341a5bea66
commit
58076dae27
@ -12,7 +12,7 @@
|
|||||||
- name: "Install - Ansible - Create Symbolic Links"
|
- name: "Install - Ansible - Create Symbolic Links"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
src: /opt/ansible/bin/{{ binary }}
|
src: /opt/ansible/bin/{{ binary }}
|
||||||
dest: /usr/local/bin/{{ binary }}
|
dest: /usr/bin/{{ binary }}
|
||||||
state: link
|
state: link
|
||||||
vars:
|
vars:
|
||||||
binaries:
|
binaries:
|
||||||
@ -95,7 +95,7 @@
|
|||||||
- name: "Install - Certbot - Create Symbolic Links"
|
- name: "Install - Certbot - Create Symbolic Links"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
src: /opt/ansible/bin/{{ binary }}
|
src: /opt/ansible/bin/{{ binary }}
|
||||||
dest: /usr/local/bin/{{ binary }}
|
dest: /usr/bin/{{ binary }}
|
||||||
state: link
|
state: link
|
||||||
vars:
|
vars:
|
||||||
binaries:
|
binaries:
|
||||||
|
Loading…
Reference in New Issue
Block a user