We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9aa28 commit 5ef1810Copy full SHA for 5ef1810
molecule/default/playbook.yml
@@ -1,10 +1,9 @@
1
---
2
- name: Converge
3
hosts: all
4
- become: true
5
-
6
roles:
7
- role: geerlingguy.mysql
+ become: yes
8
post_tasks:
9
- name: Make sure we can connect to MySQL via Unix socket.
10
command: "mysql -u root -proot -e 'show databases;'"
0 commit comments