我正在尝试使用ansible为MYSQL DB设置root密码。我使用debconf,但是我误以为是
Failed to find required executable debconf-show in paths: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
我的Yaml文件包含:
- name: set root password
become: yes
debconf:
name: 'mysql-server'
question: 'mysql-server/root_password'
value: '{{mysql_password}}'
vtype: 'password'
我正在使用centos7。有人有主意吗?
答案 0 :(得分:0)
您似乎缺少了import javafx.concurrent.Task;
public class Datasource {
public static Task<Void> loadFromArxml() {
return new Task<Void>() {
@Override
protected Void call() throws Exception {
// Do your processing here
updateProgress(0, 100);
// Run for 5 seconds
int i = 0;
while (i < 100) {
Thread.sleep(50);
i++;
updateProgress(i, 100);
}
return null;
}
};
}
}
Ansible模块requires的一些主机要求。
您尝试添加它们吗?
debconf