在Ansible中,我尝试在mysql中自动设置数据库。但是我在第一步中阻止了,我尝试运行运行此命令行
$ mysql_config_editor set login-path=test --host=localhost --user=username --password
而且,我想做的就是这样
$ mysql_config_editor set login-path=test --host=localhost --user=username --password={{password}}
但这不起作用。我尝试了很多东西,包括
Ansible - Control commands when need users input when executing
和
Pass password to mysql_config_editor using variable in shell
但是它们不起作用,您有想法吗?这对我很有帮助