Skip to content

Commit

Permalink
remove touch state file
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonau committed Sep 9, 2020
1 parent 75c5c71 commit 6bce648
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions roles/4-server-options/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# Server Options

- name: ...IS BEGINNING ==================================
file:
path: "{{ iiab_state_file }}"
state: touch

- name: IIAB firstboot provison service
include_role:
name: provision
when: provision_install | bool
command: echo

- name: MYSQL enable
include_role:
name: mysql-enable | bool
name: mysql-enable

- name: Install IIAB's python libs
include_role:
Expand Down

0 comments on commit 6bce648

Please sign in to comment.