mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -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 = {
|
||||
changed: true,
|
||||
event: 'runner_on_ok',
|
||||
|
||||
Reference in New Issue
Block a user