mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
Merge pull request #599 from HitLuca/clean-up
Moved users task to proper role
This commit is contained in:
commit
9ad34825ef
2 changed files with 5 additions and 4 deletions
9
nas.yml
9
nas.yml
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
|
||||||
pre_tasks:
|
|
||||||
- import_tasks: tasks/users.yml
|
|
||||||
tags: users
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
###
|
###
|
||||||
### Requirements
|
### Requirements
|
||||||
###
|
###
|
||||||
|
- role: ansible-nas-users
|
||||||
|
tags:
|
||||||
|
- ansible-nas-users
|
||||||
|
- ansible-nas
|
||||||
|
|
||||||
- role: bertvv.samba
|
- role: bertvv.samba
|
||||||
tags:
|
tags:
|
||||||
- samba
|
- samba
|
||||||
|
|
Loading…
Reference in a new issue