Skip to content

Commit

Permalink
refactor: set mode for apt_repository as 644
Browse files Browse the repository at this point in the history
  • Loading branch information
MVladislav committed Apr 19, 2024
1 parent 165bfe4 commit 17c6535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/section0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
deb [arch={{ os_architecture.stdout }} signed-by={{ docker_install_gpg.path }}/{{ docker_install_gpg.name }}]
{{ docker_install_repo }} {{ lsb_release }} {{ docker_install_version }}
state: present
mode: "0644"
tags:
- docker

Expand Down

0 comments on commit 17c6535

Please sign in to comment.