Skip to content

Commit 8587889

Browse files
authored
Update deploy.yml
1 parent 24870f7 commit 8587889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
tasks:
1414
- name: Generate UUID for temp directory
1515
ansible.builtin.set_fact:
16-
unique_id: "{{ lookup('pipe', 'uuidgen') }}"
16+
unique_id: "{{ ansible_date_time.iso8601_micro | to_uuid }}"
1717

1818
- name: Define and trim deploy path
1919
ansible.builtin.set_fact:

0 commit comments

Comments
 (0)