summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-23 08:05:51 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-23 08:05:51 +0200
commit898745c3b544f5b3967a7793aa01f62d2ef101c1 (patch)
tree83b4d7253b4c55c9409c0fdbe78b6f11b916464a /bashrc
parentd9a7ccb703e9f9628a05fdb004e4d41dd7496313 (diff)
downloadliw-dot-files-898745c3b544f5b3967a7793aa01f62d2ef101c1.tar.gz
bashrc: set ANSIBLE_STDOUT_CALLBACK=yaml
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 308cc07..e440c88 100644
--- a/bashrc
+++ b/bashrc
@@ -204,7 +204,7 @@ export VIRSH_DEFAULT_CONNECT_URI=qemu:///system
export LANG=en_US.UTF-8
export LC_COLLATE=fi_FI.UTF-8
export ANSIBLE_ROLES_PATH="$HOME/code/debian-ansible/roles:$HOME/pers/debian-ansible/roles"
-
+export ANSIBLE_STDOUT_CALLBACK=yaml
PROMPT_DIRTRIM=1