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
reconfigure conditions fixed
master
Markus Katharina Brechtel
7 years ago
parent
ccb7171d49
commit
5b78429d3c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/main.yml
+ 1
- 1
tasks/main.yml
View File
@@ -19,6 +19,6 @@
when:
not ssh_host_key_state is defined
or ( ssh_host_key_state == 'fetched'
and
ssh_host_key_state == 'regenerated' )
or
ssh_host_key_state == 'regenerated' )
- include: save.yml
Write
Preview
Loading…
Cancel
Save