ansbile collect_facts模块在前面缺少ansble_ *

时间:2018-11-02 08:34:41

标签: ansible

ansible收集事实(设置)模块未返回ansible_architecture变量,而是返回了体系结构。没有ansible_,我无法在我的剧本中使用事实。为什么会这样?

1 个答案:

答案 0 :(得分:0)

我不能说“为什么”,但是如果需要,您可以自己设置:

pre_tasks:
  - name: Defining ansible_achitecture
    set_fact:
      ansible_achitecture: '{{ architecture }}'