您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

9 行
155B

  1. ---
  2. - include_tasks: setup_{{ ansible_distribution }}.yml
  3. - name: lxd init
  4. command: lxd init --preseed
  5. args:
  6. stdin: "{{ lxd_config | to_json }}"