Skip to content

Commit

Permalink
Merge pull request dev-sec#51 from dev-sec/modesagain
Browse files Browse the repository at this point in the history
add mode to copy task
  • Loading branch information
rndmh3ro authored Sep 21, 2020
2 parents 4b3a480 + 6d9deb8 commit 3191824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/mysql_secure_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
copy:
src: '{{ item }}.sql'
dest: '/tmp/{{ item }}.sql'
mode: '0400'
with_items:
- mysql_remove_remote_root
when: mysql_remove_remote_root
Expand Down

0 comments on commit 3191824

Please sign in to comment.