Fix a few more paths pointing to ~/bin
This commit is contained in:
parent
2d75e2e684
commit
f0a6a4ee47
3 changed files with 3 additions and 3 deletions
roles
|
@ -19,7 +19,7 @@ if [ $(id -u) -eq 0 ]; then
|
||||||
bin_path=/usr/local/bin
|
bin_path=/usr/local/bin
|
||||||
else
|
else
|
||||||
install_path="$HOME/opt/docutils"
|
install_path="$HOME/opt/docutils"
|
||||||
bin_path="$HOME/bin"
|
bin_path="$HOME/.local/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pipinstall () {
|
pipinstall () {
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
- name: Copy docutils setup script
|
- name: Copy docutils setup script
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: docutils-setup.sh
|
src: docutils-setup.sh
|
||||||
dest: "{{ ansible_env.HOME }}/bin/docutils-setup"
|
dest: "{{ ansible_env.HOME }}/.local/bin/docutils-setup"
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
- name: Copy mc ini
|
- name: Copy mc ini
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
|
|
@ -27,5 +27,5 @@
|
||||||
- name: Copy MATE Clock reset script
|
- name: Copy MATE Clock reset script
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: reset-mate-clock.sh
|
src: reset-mate-clock.sh
|
||||||
dest: "{{ ansible_env.HOME }}/bin/reset-mate-clock"
|
dest: "{{ ansible_env.HOME }}/.local/bin/reset-mate-clock"
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
|
Loading…
Add table
Reference in a new issue