mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
chore:add comment in test
This commit is contained in:
@@ -52,6 +52,10 @@ const hostEvent = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
Some libraries return a list of string in stdout
|
||||||
|
Example: https://github.com/ansible-collections/cisco.ios/blob/main/plugins/modules/ios_command.py#L124-L128
|
||||||
|
*/
|
||||||
const hostEventWithArray = {
|
const hostEventWithArray = {
|
||||||
changed: true,
|
changed: true,
|
||||||
event: 'runner_on_ok',
|
event: 'runner_on_ok',
|
||||||
|
|||||||
Reference in New Issue
Block a user