Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 5134982

Browse files
author
Sebastian Gumprich
committed
fix local testing
1 parent 2932a4a commit 5134982

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.kitchen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ provisioner:
1212
ansible_verbose: true
1313
ansible_diff: true
1414
roles_path: ../ansible-mysql-hardening/
15+
sudo_command: 'sudo -E -H'
1516

1617
platforms:
1718
- name: ubuntu-12.04

default.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
hosts: localhost
44
vars:
55
overwrite_global_mycnf: no
6-
mysql_hardening_enabled: yes
76
mysql_root_password: "root"
87
roles:
98
- geerlingguy.mysql

0 commit comments

Comments
 (0)