mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
"no_admin: False" will be the new default per #636
This commit is contained in:
parent
014c1b9f76
commit
a0f8d6b7b8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
- include_tasks: admin-user.yml
|
- include_tasks: admin-user.yml
|
||||||
tags:
|
tags:
|
||||||
- base
|
- base
|
||||||
when: not no_admin is defined
|
when: not no_admin
|
||||||
|
|
||||||
- include_tasks: access.yml
|
- include_tasks: access.yml
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue