Skip to content

Commit

Permalink
can't come before uuid till PR iiab#271 hits
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonau committed Sep 20, 2017
1 parent 2a73594 commit b1fde34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/1-prep/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# we need to inialize the ini file
- include: iiab_ini.yml

- name: Set flag for fedora 18
set_fact:
is_F18: True
Expand Down Expand Up @@ -36,6 +33,9 @@
set_fact:
uuid={{ stored_uuid.stdout_lines[0] }}

# we need to inialize the ini file
- include: iiab_ini.yml

# for rpi, without rtc, we need time as soon as possible
- name: Install chrony package
package: name={{ item }}
Expand Down

0 comments on commit b1fde34

Please sign in to comment.