Skip to content

Commit

Permalink
remove unneeded mysql vars
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
  • Loading branch information
schurzi committed Nov 21, 2023
1 parent aae720c commit f15ff3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions molecule/mysql_hardening/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
http_proxy: "{{ lookup('env', 'http_proxy') | default(omit) }}"
https_proxy: "{{ lookup('env', 'https_proxy') | default(omit) }}"
no_proxy: "{{ lookup('env', 'no_proxy') | default(omit) }}"
vars:
mysql_replication_master: localhost
tasks:
- name: Use Python 3 on Debian 11
set_fact:
Expand Down

0 comments on commit f15ff3f

Please sign in to comment.