我是 Ansible 的新手。我正在使用 Ubunto 机器。在 VM 上,我安装了 Ansible 并应用剧本。
当我运行剧本时,我收到以下错误。
fatal: [localhost]: FAILED! => {
"ansible_facts": {},
"changed": false,
"msg": "The following modules failed to execute: setup\n setup: The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error\n"
}
Run Code Online (Sandbox Code Playgroud)
你能告诉我应该从哪里开始寻找吗?还建议您提供帮助解决此问题所需的更多信息。
提前致谢
linux continuous-integration yaml continuous-deployment ansible