Merge "Remove leftover /var/run dir creation"

This commit is contained in:
Zuul 2020-04-07 20:09:21 +00:00 committed by Gerrit Code Review
commit 7e9bcf0af5

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: