mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
moved to 'iiab'
This commit is contained in:
parent
a9837be9d8
commit
055e99ae43
2 changed files with 0 additions and 7 deletions
|
@ -6,7 +6,6 @@
|
||||||
mode: 0755
|
mode: 0755
|
||||||
state: directory
|
state: directory
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/iiab
|
|
||||||
- /etc/sysconfig/olpc-scripts/
|
- /etc/sysconfig/olpc-scripts/
|
||||||
- /etc/sysconfig/olpc-scripts/setup.d/installed/
|
- /etc/sysconfig/olpc-scripts/setup.d/installed/
|
||||||
- "{{ yum_packages_dir }}"
|
- "{{ yum_packages_dir }}"
|
||||||
|
|
|
@ -16,12 +16,6 @@
|
||||||
path: /etc/iiab/uuid
|
path: /etc/iiab/uuid
|
||||||
register: uuid_file
|
register: uuid_file
|
||||||
|
|
||||||
- name: If not, create folder /etc/iiab
|
|
||||||
file:
|
|
||||||
path: /etc/iiab
|
|
||||||
state: directory
|
|
||||||
when: not uuid_file.stat.exists
|
|
||||||
|
|
||||||
- name: If no uuid exists, create one
|
- name: If no uuid exists, create one
|
||||||
shell: uuidgen
|
shell: uuidgen
|
||||||
register: uuid_response
|
register: uuid_response
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue