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] [stations]
pf0320 ansible_host=10.184.166.26 pf0320 ansible_host=10.184.166.26
pf0323 ansible_host=10.184.167.12
#pf0320 ansible_host=10.184.166.17 #pf0320 ansible_host=10.184.166.17
#pf0322 ansible_host=10.184.166.19 #pf0322 ansible_host=10.184.166.19
#pf0323 ansible_host=10.184.167.12
[all:vars] [all:vars]
ansible_python_interpreter=/usr/bin/python3 ansible_python_interpreter=/usr/bin/python3
#vault_password_file=meta/zubizareta #vault_password_file=meta/zubizareta
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
- name: Copy proftpd config. - name: Copy proftpd config.
notify: restart-ftp notify: restart-ftp
ansible.builtin.copy: ansible.builtin.copy:
src: files/etc/proftpd src: files/etc/proftpd/
dest: /etc/proftpd dest: /etc/proftpd
- name: FTP Server name. - 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