"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "test/integration/targets/copy/tasks/main.yml" between
ansible-2.14.0.tar.gz and ansible-2.14.1rc1.tar.gz

About: Ansible is an IT Configuration Management, Deployment & Orchestration tool.
Release candidate.

main.yml  (ansible-2.14.0):main.yml  (ansible-2.14.1rc1)
skipping to change at line 99 skipping to change at line 99
content: 'Ansible managed\n' content: 'Ansible managed\n'
dest: "{{ local_temp_dir }}/file.txt" dest: "{{ local_temp_dir }}/file.txt"
diff: yes diff: yes
register: diff_output register: diff_output
- assert: - assert:
that: that:
- 'diff_output.diff[0].before == ""' - 'diff_output.diff[0].before == ""'
- '"Ansible managed" in diff_output.diff[0].after' - '"Ansible managed" in diff_output.diff[0].after'
- name: tests with remote_src and non files
import_tasks: src_remote_file_is_not_file.yml
always: always:
- name: Cleaning - name: Cleaning
file: file:
path: '{{ local_temp_dir }}' path: '{{ local_temp_dir }}'
state: absent state: absent
delegate_to: localhost delegate_to: localhost
- name: Remove symbolic link - name: Remove symbolic link
file: file:
path: '{{ role_path }}/files/subdir/subdir1/{{ item.key }}' path: '{{ role_path }}/files/subdir/subdir1/{{ item.key }}'
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)