From b0c0252f55714d11135be91eeb40754cc2e03f69 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 2 Apr 2020 16:55:03 -0500 Subject: [PATCH] Remove leftover /var/run dir creation This was added for a previous unlanded version of a change and never removed. Oops. Change-Id: I6006198dafac611c8ae1e2a6efcaddf5b9a60c8d --- playbooks/zuul/run-production-playbook.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbooks/zuul/run-production-playbook.yaml b/playbooks/zuul/run-production-playbook.yaml index f680bbdbdf..c5e55c2ebd 100644 --- a/playbooks/zuul/run-production-playbook.yaml +++ b/playbooks/zuul/run-production-playbook.yaml @@ -15,11 +15,6 @@ - hosts: bridge.openstack.org tasks: - - name: Ensure run dir - file: - state: directory - path: /var/run/ansible - - name: Run the production playbook and capture logs block: