From 80222eabbda65003b4007dcb16b926d920e4ddaa Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 15 Apr 2020 22:37:53 -0500 Subject: [PATCH] Remove ansible_user_dir Put this in in the last patch without a specific need to. But then we're getting an error. Because of course we are. Change-Id: I5c982af2e1ba09a78162b2786e31f541247fce21 --- playbooks/zuul/run-production-playbook.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/zuul/run-production-playbook.yaml b/playbooks/zuul/run-production-playbook.yaml index 8a2e7560e5..11b5fd5e5e 100644 --- a/playbooks/zuul/run-production-playbook.yaml +++ b/playbooks/zuul/run-production-playbook.yaml @@ -6,7 +6,6 @@ ansible_python_interpreter: python3 ansible_user: zuul ansible_port: 22 - ansible_user_dir: /home/zuul - hosts: localhost tasks: