Change nova_lock_path mode

nova_lock_path task has always changed state as once nova is launched
is sets 2755 permissions to its lock path. To be idempotent and fit with
what nova expects to see we're setting correct permissions.

Change-Id: If911c48152df8ea022c6cdb1f74132b0638025d0
This commit is contained in:
Dmitriy Rabotyagov 2020-02-05 18:29:48 +02:00
parent e72835e5ac
commit 4159a7117e
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@
- path: "{{ nova_system_home_folder }}/cache/api"
- path: "{{ nova_system_home_folder }}/instances"
- path: "{{ nova_lock_path }}"
mode: "2755"
- path: "/var/run/nova"
tags:
- nova-dirs