From 055e99ae4323dd6d7f7655b9bf94bbfcb4febcac Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Tue, 15 Jan 2019 06:08:36 -0600 Subject: [PATCH] moved to 'iiab' --- roles/0-init/tasks/fl.yml | 1 - roles/1-prep/tasks/main.yml | 6 ------ 2 files changed, 7 deletions(-) diff --git a/roles/0-init/tasks/fl.yml b/roles/0-init/tasks/fl.yml index 3f9c8c584..44116ee70 100644 --- a/roles/0-init/tasks/fl.yml +++ b/roles/0-init/tasks/fl.yml @@ -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 }}" diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index b120c37a7..418510c90 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -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