0
0

replace include: with import_tasks:

This commit is contained in:
Anmol Nagpal 2018-05-13 11:12:17 +04:00 committed by GitHub
parent af016b1ec1
commit cacea4326c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
---
- include: generate_key.yml
- import_tasks: generate_key.yml
when: generate_new_key | default(True)
- name: Ensure that ssh connection key is defined