We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24870f7 commit 8587889Copy full SHA for 8587889
deploy.yml
@@ -13,7 +13,7 @@
13
tasks:
14
- name: Generate UUID for temp directory
15
ansible.builtin.set_fact:
16
- unique_id: "{{ lookup('pipe', 'uuidgen') }}"
+ unique_id: "{{ ansible_date_time.iso8601_micro | to_uuid }}"
17
18
- name: Define and trim deploy path
19
0 commit comments