Add directory for custom scripts to be added to path

This commit is contained in:
Jake Howard 2019-09-04 09:15:04 +01:00
parent e8aebfa57a
commit a4ef1f2d47
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 11 additions and 0 deletions

View File

@ -5,3 +5,5 @@ export HISTCONTROL=ignoreboth
export BROWSER=$(which firefox)
export EDITOR=$(which vim)
export PATH=${HOME}/.bin:${PATH}

View File

@ -111,6 +111,15 @@
group: users
directory_mode: 0755
- name: Install custom scripts
copy:
src: ./files/bin
dest: "{{ home }}/.bin"
mode: 0755
owner: "{{ user }}"
group: users
directory_mode: 0755
- name: Set vconsole keyboard
lineinfile:
path: /etc/vconsole.conf