This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ka
/
ansible-role-ssh_host_key
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix setup state
master
Markus Katharina Brechtel
7 年之前
父節點
68b710ee8d
當前提交
21b09eae8f
共有
2 個文件被更改
,包括
2 次插入
和
4 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tasks/main.yml
+0
-2
tasks/setup.yml
+ 2
- 2
tasks/main.yml
查看文件
@@ -7,8 +7,8 @@
- include: setup.yml
when:
ssh_host_key_state is defined
and
ssh_host_key_state == 'setup'
ssh_host_key_state is defined
and
ssh_host_key_state == 'setup'
- include: fetch.yml
when:
+ 0
- 2
tasks/setup.yml
查看文件
@@ -1,7 +1,5 @@
---
- setup:
- name: set ssh_host_key_ed25519_public from setup
set_fact:
ssh_host_key_ed25519_public: "{{ ansible_ssh_host_key_ed25519_public }}"
Write
Preview
Loading…
取消
儲存