summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-08 16:11:45 +0300
committerLars Wirzenius <liw@liw.fi>2018-10-08 16:11:45 +0300
commit6f6f73f02565dd547064b50b0deaad7fd739235e (patch)
tree85c157f9b3d3fd67317ccb18aa3890c812758bd6 /bashrc
parent3b1e558c225ef972f78170d1b3c70746e0e4b507 (diff)
downloadliw-dot-files-6f6f73f02565dd547064b50b0deaad7fd739235e.tar.gz
Add: another location in ANSIBLE_ROLES_PATH (temp)
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 361b6bc..8ff7faf 100644
--- a/bashrc
+++ b/bashrc
@@ -229,7 +229,7 @@ export VIRSH_DEFAULT_CONNECT_URI=qemu:///system
export LANG=en_GB.UTF-8
export LC_COLLATE=fi_FI.UTF-8
export QVARNLABS_REPOS="$HOME/qvarnlabs/code"
-export ANSIBLE_ROLES_PATH="$QVARNLABS_REPOS/debian-ansible/roles"
+export ANSIBLE_ROLES_PATH="$QVARNLABS_REPOS/debian-ansible/roles:$HOME/debian-ansible/roles"
PROMPT_DIRTRIM=1