gpt4 book ai didi

ansible - 在 ansible_mounts 中打印文件系统

转载 作者:行者123 更新时间:2023-12-02 03:00:34 24 4
gpt4 key购买 nike

我正在尝试迭代 ansible_mounts 变量并打印在事实检查期间收集的安装点。根据文档,我预计以下内容可以工作:

- debug: msg={{item.mount}}   
with_items: ansible_mounts

当我在启用事实收集的情况下运行剧本时,出现了许多错误。打印主机可访问的所有文件系统的正确方法是什么?看起来 ansible_mounts 是一个字典列表,所以也许我需要调整我的语法?我目前正在运行 ansible 2.2。

最佳答案

此任务显示您想要的信息:

- debug: msg="{{ item.mount }}"
with_items:
- "{{ ansible_mounts }}"

- debug: var=item.mount
with_items:
- "{{ ansible_mounts }}"

关于ansible - 在 ansible_mounts 中打印文件系统,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41986175/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com