Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ka
/
ansible-role-ssh_host_key
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
fix setup state
master
Markus Katharina Brechtel
7 anos atrás
pai
68b710ee8d
commit
21b09eae8f
2 arquivos alterados
com
2 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
tasks/main.yml
+0
-2
tasks/setup.yml
+ 2
- 2
tasks/main.yml
Ver arquivo
@@ -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
Ver arquivo
@@ -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 }}"
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar