Sfoglia il codice sorgente

fix setup state

master
parent
commit
21b09eae8f
2 ha cambiato i file con 2 aggiunte e 4 eliminazioni
  1. +2
    -2
      tasks/main.yml
  2. +0
    -2
      tasks/setup.yml

+ 2
- 2
tasks/main.yml Vedi File

@@ -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 Vedi File

@@ -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 }}"


Loading…
Annulla
Salva