--- # COPY MODULE EXAMPLE
- hosts: apacheweb
user: test
sudo: yes
connection: ssh
gather_facts: no
tasks:
- name: Copy from the files directory test file
action: copy src=files/test2.txt dest=/home/test/test2.txt mode=0644 owner=test group=test backup=yes
一個(gè)標(biāo)準(zhǔn)合格的Copy模塊式應(yīng)該包含Backup
功能的 因?yàn)楹軐?shí)用