1
0
Fork 0
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:
Jerry Vonau 2019-01-15 06:08:36 -06:00
parent a9837be9d8
commit 055e99ae43
2 changed files with 0 additions and 7 deletions

View file

@ -6,7 +6,6 @@
mode: 0755
state: directory
with_items:
- /etc/iiab
- /etc/sysconfig/olpc-scripts/
- /etc/sysconfig/olpc-scripts/setup.d/installed/
- "{{ yum_packages_dir }}"

View file

@ -16,12 +16,6 @@
path: /etc/iiab/uuid
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
shell: uuidgen
register: uuid_response