Skip to content

Fix permission warning during apt_repository config

Tobias Huste requested to merge fix-apt-warning into master

During the configuration of the GitLab Apt Repository Ansible spits out a warning:

[WARNING]: File '/etc/apt/sources.list.d/gitlab_gitlab-ee.list' created with
default permissions '600'. The previous default was '666'. Specify 'mode' to
avoid this warning.

The warning is removed by adding the mode option.

Merge request reports