Browse Source

todo fail when root_target_directory is not defined

master
parent
commit
30adc1792f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tasks/main.yml

+ 1
- 0
tasks/main.yml View File

@@ -10,6 +10,7 @@
ssh_host_key_state is defined and ssh_host_key_state is defined and
ssh_host_key_state == 'setup' ssh_host_key_state == 'setup'


# TODO fail when root_target_directory is not defined
- include: fetch.yml - include: fetch.yml
when: when:
root_target_directory is defined and ( root_target_directory is defined and (


Loading…
Cancel
Save