Use full path for uuidgen

This commit is contained in:
Joshua Boniface 2023-09-29 03:00:53 -04:00
parent c5d572521f
commit f4bbdb7c86
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
- name: generate cluster FSID
command: uuidgen
command: /usr/bin/uuidgen
register: fsid_raw
delegate_to: localhost
become: no