[queens-only] Correct misindentation

Commit I75aabaa2abc0fc9ba789c53f27fc37cfb7769a8b had
incorrect indentation and this patch fixes it.

rocky and master have correct indentation.

Change-Id: I5aed96e1b954daf2cd651e23ac833f98372c3c0d
This commit is contained in:
Janki Chhatbar 2018-11-02 15:36:15 +05:30
parent e3fac2d062
commit 9864b55f55
1 changed files with 3 additions and 3 deletions

View File

@ -149,9 +149,9 @@ outputs:
file:
path: "{{ item }}"
state: absent
with_items:
- /var/lib/opendaylight/data/cache
- /var/lib/config-data/puppet-generated/opendaylight/opt/opendaylight/etc/opendaylight/karaf
with_items:
- /var/lib/opendaylight/data/cache
- /var/lib/config-data/puppet-generated/opendaylight/opt/opendaylight/etc/opendaylight/karaf
- name: create persistent directories
file:
path: "{{ item }}"