mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-17 00:47:32 -02:30
Better naming for recurrent tasks
This commit is contained in:
@@ -19,12 +19,12 @@
|
||||
when: >-
|
||||
sync_file_is_cert|d() and (sync_file_key_path is not defined or sync_file_key_path == '')
|
||||
|
||||
- name: "sync_file | Check if file exists"
|
||||
- name: "sync_file | Check if {{sync_file_path}} file exists"
|
||||
stat:
|
||||
path: "{{ sync_file_path }}"
|
||||
register: sync_file_stat
|
||||
|
||||
- name: "sync_file | Check if key file exists"
|
||||
- name: "sync_file | Check if {{ sync_file_key_path }} key file exists"
|
||||
stat:
|
||||
path: "{{ sync_file_key_path }}"
|
||||
register: sync_file_key_stat
|
||||
|
||||
Reference in New Issue
Block a user