Need to also check for the variable

This commit is contained in:
Kevin Fenzi 2017-12-07 01:31:17 +00:00
parent bef13aee3b
commit e1f93a204e
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
local_action: command ssh-keyscan -t rsa {{ inventory_hostname }}
ignore_errors: True
register: hostkey
when: birthday is defined
- name: Include basessh
include_role: name=basessh
when: birthday is defined