Skip to content

Commit 16cc09f

Browse files
author
Jean-Jacques ETUNE NGI
committed
Small Fix : remove 'sudo' option on the 'Disallow root login remotely' in 'secure-installation.yml' file
1 parent 1e54b8f commit 16cc09f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/secure-installation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
with_items:
2525
- DELETE FROM mysql.user WHERE User='{{ mysql_root_username }}' AND Host NOT IN ('localhost', '127.0.0.1', '::1')
2626
changed_when: false
27-
sudo: true
2827

2928
- name: Get list of hosts for the root user.
3029
command: mysql -NBe

0 commit comments

Comments
 (0)