Merge "Skip unavailable hosts when distributing keys"

This commit is contained in:
Jenkins 2016-05-26 10:52:50 +00:00 committed by Gerrit Code Review
commit 218a416317

View File

@ -18,6 +18,7 @@
user: "{{ nova_system_user_name }}"
key: "{{ hostvars[item]['nova_pubkey'] | b64decode }}"
with_items: groups['nova_compute']
when: hostvars[item]['nova_pubkey'] is defined
tags:
- nova-key
- nova-key-distribute