Skip to content
Snippets Groups Projects
Unverified Commit 7093be2f authored by Todor Kondic's avatar Todor Kondic
Browse files

roles/ftpserver: Fix proftpd config copy

parent 7b129890
No related branches found
No related tags found
No related merge requests found
[stations]
pf0320 ansible_host=10.184.166.26
pf0323 ansible_host=10.184.167.12
#pf0320 ansible_host=10.184.166.17
#pf0322 ansible_host=10.184.166.19
#pf0323 ansible_host=10.184.167.12
[all:vars]
ansible_python_interpreter=/usr/bin/python3
#vault_password_file=meta/zubizareta
......@@ -19,7 +19,7 @@
- name: Copy proftpd config.
notify: restart-ftp
ansible.builtin.copy:
src: files/etc/proftpd
src: files/etc/proftpd/
dest: /etc/proftpd
- name: FTP Server name.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment