Skip to content
Snippets Groups Projects
Commit 22763ca9 authored by root's avatar root
Browse files

do not overwrite file if exists

parent 14e002f0
No related branches found
No related tags found
1 merge request!5Migrate from ODFE to OpenSearch
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
src: dotmy.cnf.j2 src: dotmy.cnf.j2
dest: /root/.my.cnf dest: /root/.my.cnf
mode: 0600 mode: 0600
force: false
- name: Remove all anonymous user accounts - name: Remove all anonymous user accounts
mysql_user: mysql_user:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment