From c59f5b5cac6df90cfd2a720f20fcdfec7235a569 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 2 Jan 2020 19:16:25 +0100 Subject: [PATCH] FEat: add note about pacman and ansible bug --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e42693a..6564696 100644 --- a/README.md +++ b/README.md @@ -16,22 +16,10 @@ Installing Choux git clone https://github.com/kewlfft/ansible-aur.git ~/.ansible/plugins/modules/aur ansible-pull -U https://git.opytex.org/lafrite/Ansible_workstation.git Choux.yml -Installing Songe +Depuis peu, il y a un bug entre pacman et ansible: - ansible-pull -U https://git.opytex.org/lafrite/Ansible_workstation.git Songe.yml + LC_ALL=C ansible-pull -U https://git.opytex.org/lafrite/Ansible_workstation.git --vault-id @prompt Choux.yml -Installing Bilimbi - - ansible-pull -U https://git.opytex.org/lafrite/Ansible_workstation.git Bilimbi.yml - -Installing Manioc - - ansible-pull -U https://git.opytex.org/lafrite/Ansible_workstation.git Manioc.yml - - -After running the script, there is a bug with $TERM which makes BACKSPACE and TAB to have strange behavior. To solve it, from an other computer run: - - infocmp -x | ssh -t root@remote-host 'cat > "$TERM.info" && tic -x "$TERM.info"' ## By hand for Choux