我要在全新的Ubutunu 18.04安装中安装ufw。但是,似乎在路径中找不到它。我不明白这个问题
- name: test
apt:
name: ufw
state: latest
- name: "Configure ufw policy"
ufw:
policy: "allow"
direction: "incoming
错误
失败! => {“已更改”:false,“ msg”:“无法在以下路径中找到所需的可执行文件ufw:/ usr / local / sbin:/ usr / local / bin:/ usr / sbin:/ usr / bin:/ sbin: / bin:/ usr / games:/ usr / local / games“}
答案 0 :(得分:0)
所以这似乎发生了,因为我在运行带有--check
标志的剧本。当我在服务器上“实时”运行剧本时,这不再是问题。
我不确定为什么这是一个问题,因为远程服务器上已经安装了ufw
软件包。