Skip to content

Commit

Permalink
Fix: [208] File permissions not mentioned
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Aug 27, 2020
1 parent 31cfc84 commit 0895df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
path: /etc/yum.repos.d/remi-{{ item }}.repo
regexp: '^enabled='
line: 'enabled=1'
mode: "0644"
when:
- ansible_pkg_mgr == "yum"
- ansible_distribution == "CentOS" or
Expand Down

0 comments on commit 0895df3

Please sign in to comment.