1
0
Fork 0
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:
A Holt 2018-11-02 21:33:52 -04:00 committed by GitHub
parent bb49de941d
commit a62eee1fdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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] }}"