Remove leftover /var/run dir creation

This was added for a previous unlanded version of a change and
never removed. Oops.

Change-Id: I6006198dafac611c8ae1e2a6efcaddf5b9a60c8d
This commit is contained in:
Monty Taylor 2020-04-02 16:55:03 -05:00
parent 39dbc4f329
commit b0c0252f55
1 changed files with 0 additions and 5 deletions

View File

@ -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: