Skip to content
Snippets Groups Projects
Commit 8751b8fd authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Bug fixes from regex search & replace

parent 7bed63bb
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
- localhost
- 127.0.0.1
- ::1
- '{{( inventory_hostname }})'
- '{{ inventory_hostname }}'
ignore_errors: yes
- name: Create root .my.cnf file
......
......@@ -11,7 +11,7 @@
- localhost
- 127.0.0.1
- ::1
- '{{( inventory_hostname }})'
- '{{ inventory_hostname }}'
notify:
- Restart MySQL
......@@ -24,7 +24,7 @@
- localhost
- 127.0.0.1
- ::1
- '{{(inventory_hostname}})'
- '{{ inventory_hostname }}'
notify:
- Restart MySQL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment