mirror of https://github.com/ansible/ansible.git
Merge b879e420d9 into 7b4d4ed672
commit
b1dd40391d
@ -1 +1,2 @@
|
|||||||
hello_old_version: 2.10-2ubuntu2
|
hello_old_version: 2.10-2ubuntu2
|
||||||
|
ci_files_url: "https://ci-files.testing.ansible.com/test/integration/targets/apt"
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
ci_files_url: "https://ci-files.testing.ansible.com/test/integration/targets/apt_key"
|
||||||
@ -1,5 +1,5 @@
|
|||||||
- name: "Ensure import of a deliberately corrupted downloaded GnuPG binary key results in an 'inline data' occurrence in the message"
|
- name: "Ensure import of a deliberately corrupted downloaded GnuPG binary key results in an 'inline data' occurrence in the message"
|
||||||
apt_key:
|
apt_key:
|
||||||
url: https://ci-files.testing.ansible.com/test/integration/targets/apt_key/apt-key-corrupt-zeros-2k.gpg
|
url: "{{ ci_files_url }}/apt-key-corrupt-zeros-2k.gpg"
|
||||||
register: gpg_inline_result
|
register: gpg_inline_result
|
||||||
failed_when: "not ('inline data' in gpg_inline_result.msg)"
|
failed_when: "not ('inline data' in gpg_inline_result.msg)"
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
ci_files_url: "https://ci-files.testing.ansible.com/test/integration/targets/apt_key"
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
ci_files_url: "https://ci-files.testing.ansible.com/test/integration/targets/dnf"
|
||||||
|
updateinfo_repo: "https://ci-files.testing.ansible.com/test/integration/targets/setup_rpm_repo/repo-with-updateinfo"
|
||||||
@ -1 +1,2 @@
|
|||||||
hello_old_version: 2.10-2ubuntu2
|
hello_old_version: 2.10-2ubuntu2
|
||||||
|
ci_files_url: https://ci-files.testing.ansible.com/test/integration/targets/dpkg_selections
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
ci_files_url: "https://ci-files.testing.ansible.com/test/integration/targets/setup_win_printargv"
|
||||||
@ -0,0 +1 @@
|
|||||||
|
ci_files_url: "https://ci-files.testing.ansible.com/test/integration/targets/apt"
|
||||||
Loading…
Reference in New Issue