fixed permissions
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.coml>
This commit is contained in:
parent
8db061eb29
commit
1029a419c3
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
file:
|
file:
|
||||||
dest: "{{ tftp_directory }}"
|
dest: "{{ tftp_directory }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
owner: tftp
|
||||||
|
group: tftp
|
||||||
|
|
||||||
- name: config_tftpd | configuring tftpd
|
- name: config_tftpd | configuring tftpd
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue