Concatenates content of loca file to remote file.
None
None
None
Examples:
- Example from Ansible Playbooks
- concatfile: src=/srv/myfiles/foo.conf dest=/etc/foo.conf
- append bashrc.git to remote ~/.bashrc
- concatfile: src=bashrc.git dest=~/.bashrc backup=True force=False
MIT
Use github to file issues