mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
3.0 KiB
Plaintext
92 lines
3.0 KiB
Plaintext
|
|
PLAY [testhost] ****************************************************************
|
|
|
|
TASK [Changed task] ************************************************************
|
|
changed: [testhost]
|
|
|
|
TASK [Ok task] *****************************************************************
|
|
ok: [testhost]
|
|
|
|
TASK [Failed task] *************************************************************
|
|
...ignoring
|
|
|
|
TASK [Skipped task] ************************************************************
|
|
skipping: [testhost]
|
|
|
|
TASK [Task with var in name (foo bar)] *****************************************
|
|
changed: [testhost]
|
|
|
|
TASK [Loop task] ***************************************************************
|
|
changed: [testhost] => (item=foo-1)
|
|
changed: [testhost] => (item=foo-2)
|
|
changed: [testhost] => (item=foo-3)
|
|
|
|
TASK [debug loop] **************************************************************
|
|
changed: [testhost] => (item=debug-1) => {
|
|
"msg": "debug-1"
|
|
}
|
|
ok: [testhost] => (item=debug-3) => {
|
|
"msg": "debug-3"
|
|
}
|
|
skipping: [testhost] => (item=debug-4)
|
|
...ignoring
|
|
|
|
TASK [EXPECTED FAILURE Failed task to be rescued] ******************************
|
|
|
|
TASK [Rescue task] *************************************************************
|
|
changed: [testhost]
|
|
|
|
TASK [include_tasks] ***********************************************************
|
|
included: .../test/integration/targets/callback_default/include_me.yml for testhost => (item=1)
|
|
|
|
TASK [debug] *******************************************************************
|
|
ok: [testhost] => {
|
|
"item": 1
|
|
}
|
|
|
|
TASK [copy] ********************************************************************
|
|
changed: [testhost]
|
|
|
|
TASK [replace] *****************************************************************
|
|
--- before: .../test_diff.txt
|
|
+++ after: .../test_diff.txt
|
|
@@ -1 +1 @@
|
|
-foo
|
|
\ No newline at end of file
|
|
+bar
|
|
\ No newline at end of file
|
|
|
|
changed: [testhost]
|
|
|
|
TASK [replace] *****************************************************************
|
|
ok: [testhost]
|
|
|
|
RUNNING HANDLER [Test handler 1] ***********************************************
|
|
changed: [testhost]
|
|
|
|
RUNNING HANDLER [Test handler 2] ***********************************************
|
|
ok: [testhost]
|
|
|
|
RUNNING HANDLER [Test handler 3] ***********************************************
|
|
changed: [testhost]
|
|
|
|
PLAY [testhost] ****************************************************************
|
|
|
|
TASK [First free task] *********************************************************
|
|
changed: [testhost]
|
|
|
|
TASK [Second free task] ********************************************************
|
|
changed: [testhost]
|
|
|
|
TASK [Include some tasks] ******************************************************
|
|
included: .../test/integration/targets/callback_default/include_me.yml for testhost => (item=1)
|
|
|
|
TASK [debug] *******************************************************************
|
|
ok: [testhost] => {
|
|
"item": 1
|
|
}
|
|
|
|
PLAY RECAP *********************************************************************
|
|
testhost : ok=19 changed=11 unreachable=0 failed=0 skipped=1 rescued=1 ignored=2
|
|
|