summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/apt_key/tasks/apt_key_inline_data.yml
blob: 916fa5ae76dc16433c0c6b3a919477e74df3a3ac (plain)
1
2
3
4
5
- name: "Ensure import of a deliberately corrupted downloaded GnuPG binary key results in an 'inline data' occurence in the message"
  apt_key:
    url: https://ci-files.testing.ansible.com/test/integration/targets/apt_key/apt-key-corrupt-zeros-2k.gpg
  register: gpg_inline_result
  failed_when: "not ('inline data' in gpg_inline_result.msg)"