diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index 81fc8ba97..ee9b4ba7d 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -33,7 +33,7 @@ command: cat /etc/iiab/uuid register: stored_uuid -- name: Place the uuid in variable/fact "uuid" +- name: Place the uuid from register into variable/fact "uuid" set_fact: uuid: "{{ stored_uuid.stdout_lines[0] }}"