Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试为不同的系统编写 yml。
在 ansuble_os_family 和 ansible_distribution 我看不到 Windows。我应该如何为 Windows 的任务编写条件?
谢谢。
在 windows 机器上ansible_os_family应该有值Windows. 如果您的游戏中不是这种情况,则似乎存在一些错误。也许您应该重新测试并确保您实际上是针对 Windows 机器。
ansible_os_family
Windows
尝试:何时:ansible_system == 'Win32NT'