Drop un-used task and adjust documentation
This commit is contained in:
parent
36de1fb87b
commit
e97bfa642f
1 changed files with 1 additions and 7 deletions
|
@ -19,13 +19,7 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: Create the stats directories
|
||||
file: path={{ item }}
|
||||
with_items:
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: Create the stats directories
|
||||
name: Create the required directories
|
||||
file: path={{ item.file }} owner={{ item.owner }}
|
||||
group={{ item.group }} mode={{ item.mode }}
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue