This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-ssh_host_key
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix setup state
master
Markus Katharina Brechtel
7 years ago
parent
68b710ee8d
commit
21b09eae8f
2 changed files
with
2 additions
and
4 deletions
Unified View
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
View File
@@ -7,8 +7,8 @@
- include: setup.yml
- include: setup.yml
when:
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
- include: fetch.yml
when:
when:
+ 0
- 2
tasks/setup.yml
View File
@@ -1,7 +1,5 @@
---
---
- setup:
- name: set ssh_host_key_ed25519_public from setup
- name: set ssh_host_key_ed25519_public from setup
set_fact:
set_fact:
ssh_host_key_ed25519_public: "{{ ansible_ssh_host_key_ed25519_public }}"
ssh_host_key_ed25519_public: "{{ ansible_ssh_host_key_ed25519_public }}"
Write
Preview
Loading…
Cancel
Save