mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38: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
|
||||
|
||||
pre_tasks:
|
||||
- import_tasks: tasks/users.yml
|
||||
tags: users
|
||||
|
||||
roles:
|
||||
###
|
||||
### Requirements
|
||||
###
|
||||
- role: ansible-nas-users
|
||||
tags:
|
||||
- ansible-nas-users
|
||||
- ansible-nas
|
||||
|
||||
- role: bertvv.samba
|
||||
tags:
|
||||
- samba
|
||||
|
|
Loading…
Reference in a new issue