mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Drop un-used task and adjust documentation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user