我需要创建一个与这里解释的非常类似的检查:Ansible to check diskspace for mounts mentioned as variable 除非我只需要指定的路径(例如/var){{ ansible_mounts }}是一个字典数组,每个字典都包含作为实际路径的变量mount。只有当mount等于某个值时,我才需要在循环中对{{ ansible_mounts }}中的所有项执行检查。[
所以这是我目前的攻略 --- gather_facts: no
- name: Show Interface Status register: out
- debug: var=out.stdout_lines 我基本上想要使用这个脚本,然后禁用所有处于"notconnect“状态的端口,这意味着所有没有连接到它们的端口。有没有办法给它添加一个" when“语句,这样当"