From 3d01ae70f52922f1e4275a338e189963c3a077da Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 21 Feb 2023 21:24:48 +0100 Subject: [PATCH] Update git submodules * Update ansible-role-systemd_mount from branch 'master' to f40c418af2bb551d439288b62610b9b31c0c4f49 - Change default mode of mount files to 644 In case of setting file permissions to 640 systemd will raise an alert [1]. In order to avoid spamming in logs, we change default mode to 644 as no passwords or credentials are going to be stored in this file. With that we provide a way to override file mode if needed. [1] https://paste.openstack.org/show/b83tSrjni8iB2WNsvDfQ/ Change-Id: I73164e9d4b02d7b3fae21b912369afcd1cc64abf --- ansible-role-systemd_mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-role-systemd_mount b/ansible-role-systemd_mount index 480bb0c871..f40c418af2 160000 --- a/ansible-role-systemd_mount +++ b/ansible-role-systemd_mount @@ -1 +1 @@ -Subproject commit 480bb0c871848f2c65f6c7312eab77c33b88ee7a +Subproject commit f40c418af2bb551d439288b62610b9b31c0c4f49