mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix arguments in last commit
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
tags: pdc
|
||||
|
||||
- name: make sure /etc/pdc.d exists
|
||||
file: dest=/dev/pdc.d state=directory user=root group=root
|
||||
file: path=/dev/pdc.d state=directory owner=root group=root
|
||||
tags: pdc
|
||||
|
||||
- name: copy client tool configuration
|
||||
|
||||
Reference in New Issue
Block a user