Use full path for uuidgen
This commit is contained in:
parent
c5d572521f
commit
f4bbdb7c86
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: generate cluster FSID
|
||||
command: uuidgen
|
||||
command: /usr/bin/uuidgen
|
||||
register: fsid_raw
|
||||
delegate_to: localhost
|
||||
become: no
|
||||
|
|
Loading…
Reference in New Issue