From 76f38100d9288d76e81db1f284b2a5e770de9adc Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 29 Sep 2018 09:16:14 +0000 Subject: [PATCH] maybe this fix is no longer necessary --- templates/ansible.cfg.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/ansible.cfg.j2 b/templates/ansible.cfg.j2 index 77f80a2..1074708 100644 --- a/templates/ansible.cfg.j2 +++ b/templates/ansible.cfg.j2 @@ -2,10 +2,6 @@ nocows = 1 stdout_callback = yaml -# fix https://github.com/ansible/ansible/issues/20332 -remote_tmp = $HOME/.ansible/tmp -local_tmp = $HOME/.ansible/tmp - library = /usr/share/ansible/modules retry_files_enabled = False