From 3de37759cbb1a927efa36de19f5826fb08955e6e Mon Sep 17 00:00:00 2001 From: Maciej Delmanowski Date: Mon, 22 Apr 2024 09:25:05 +0200 Subject: [PATCH] Update Changelog (cherry picked from commit 932de95e10bfc4652d352cb073e687e6cde5131c) --- CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b08aa99966..20f41aabe8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -67,6 +67,16 @@ Fixed - Fixed issue with ``role::nginx:servers` Ansible tag not working correctly by adding tags to tasks included dynamically. +Fixed +~~~~~ + +:ref:`debops.gitlab` role +''''''''''''''''''''''''' + +- Fixed an issue with the :file:`/etc/gitlab/ssl/` directory changing its mode + from 0775 set by the role to 0755 set by the :command:`gitlab-ctl + reconfigure` command, making the role not idempotent. + Removed ~~~~~~~