mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-15 13:48:28 +02:00
fix permission warning when adding apt repository
this was experienced when running it against debian 10 and the warning in question is: ``` [WARNING]: File '/etc/apt/sources.list.d/download_docker_com_linux_debian.list' created with default permissions '600'. The previous default was '666'. Specify 'mode' to avoid this warning. ```
This commit is contained in:
parent
d9aa992bcd
commit
11b1c67f9a
@ -38,3 +38,4 @@
|
|||||||
repo: "{{ docker_apt_repository }}"
|
repo: "{{ docker_apt_repository }}"
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
mode: "0644"
|
||||||
|
Loading…
Reference in New Issue
Block a user