diff --git a/adm-run-roles-tmp.yml b/adm-run-roles-tmp.yml deleted file mode 100644 index 8f6888707..000000000 --- a/adm-run-roles-tmp.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- hosts: all - become: yes - - vars_files: - - vars/default_vars.yml - - vars/{{ ansible_local.local_facts.os_ver }}.yml - - /etc/iiab/local_vars.yml - - /etc/iiab/iiab_state.yml - - roles: - - { role: 0-init } - - { role: captiveportal } - - { role: lokole } - - { role: network }