Better naming for recurrent tasks

This commit is contained in:
Anton Nerozya
2017-06-29 19:46:27 +02:00
parent 5e1ac9ce87
commit c8258171ca
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
---
- name: bootstrap/ca_trust | pull CA from cert from groups.vault|first
- name: "bootstrap/ca_trust | pull CA from cert from {{groups.vault|first}}"
command: "cat {{ vault_cert_dir }}/ca.pem"
register: vault_cert_file_cat
delegate_to: "{{ groups['vault']|first }}"