mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
bb49de941d
commit
a62eee1fdb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
command: cat /etc/iiab/uuid
|
command: cat /etc/iiab/uuid
|
||||||
register: stored_uuid
|
register: stored_uuid
|
||||||
|
|
||||||
- name: Place the uuid in variable/fact "uuid"
|
- name: Place the uuid from register into variable/fact "uuid"
|
||||||
set_fact:
|
set_fact:
|
||||||
uuid: "{{ stored_uuid.stdout_lines[0] }}"
|
uuid: "{{ stored_uuid.stdout_lines[0] }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue