From 898745c3b544f5b3967a7793aa01f62d2ef101c1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 23 Mar 2021 08:05:51 +0200 Subject: bashrc: set ANSIBLE_STDOUT_CALLBACK=yaml --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') 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 -- cgit v1.2.1