소스 검색

new states

master
부모
커밋
89ae9a5227
1개의 변경된 파일8개의 추가작업 그리고 3개의 파일을 삭제
  1. +8
    -3
      tasks/main.yml

+ 8
- 3
tasks/main.yml 파일 보기

@@ -8,12 +8,17 @@

- include: setup.yml
when:
ssh_host_key_state == 'configured'
- ssh_host_key_state == 'configured'
- ansible_ssh_host_key_ed25519_public is defined

- include: fetch.yml
when:
ssh_host_key_state == 'fetched' or
ssh_host_key_state == 'regenerated'
- ssh_host_key_state == 'configured' or
ssh_host_key_state == 'fetched' or
ssh_host_key_state == 'regenerated'
- ssh_host_key_state == 'configured'
and not ansible_ssh_host_key_ed25519_public is defined
or not ssh_host_key_state == 'configured'

- include: save.yml
when:


불러오는 중...
취소
저장