mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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
|
||||
tags:
|
||||
- base
|
||||
when: not no_admin is defined
|
||||
when: not no_admin
|
||||
|
||||
- include_tasks: access.yml
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue