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