@ -23,7 +23,6 @@
register: raw
# Can't test stdout because TTY inserts \r in Ansible version.
- debug: msg={{raw}}
- name: Verify raw module output.
assert:
that:
@ -60,8 +60,6 @@
path: "{{tmp_path2.result}}"
register: stat2
- debug: msg={{stat1}}
- name: "Verify neither subdir exists any more"
@ -37,8 +37,6 @@
src: /tmp/transfer-data
register: out
- debug: msg={{out}}
- assert:
out.content|b64decode == 'I am text.'
@ -41,9 +41,9 @@
src: "{{ansible_user_dir}}/.ansible_async/{{job.ansible_job_id}}"
register: result
- debug: msg={{async_out}}
#- debug: msg={{async_out}}
vars:
#vars:
async_out: "{{result.content|b64decode|from_json}}"
#async_out: "{{result.content|b64decode|from_json}}"
@ -27,9 +27,9 @@
@ -16,9 +16,9 @@
@ -11,7 +11,6 @@
ansible_become_flags: --derps
@ -10,7 +10,6 @@
- mitogen_get_stack:
that: |
out.result == [
@ -9,7 +9,6 @@
ansible_become_pass: has_sudo_pubkey_password
tasks:
- debug: msg={{hostvars}}
- mitogen_test_gethostbyname:
name: www.google.com
- custom_python_external_module:
- out.external1_path == "ansible/integration/module_utils/module_utils/external1.py"
@ -3,7 +3,6 @@
- uses_external3:
- out.external3_path == "integration/module_utils/roles/modrole/module_utils/external3.py"
- uses_custom_known_hosts:
- out.path == "ansible/integration/module_utils/roles/override_modrole/module_utils/known_hosts.py"
@ -9,7 +9,5 @@
SOME_ENV: 123
- debug: msg={{result}}
that: "result.stdout == '123'"
@ -19,7 +19,6 @@
- set_fact: out={{out_linux}}
when: ansible_system == "Linux"
out.changed and
@ -24,7 +24,6 @@
- hosts: test-targets
any_errors_fatal: true
out.failed and