mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Add option to disable adding custom ansible host engine
This commit is contained in:
parent
2fc2040882
commit
f06bd10330
9 changed files with 95 additions and 54 deletions
|
@ -88,3 +88,9 @@ exports.apiLogs = function(req,res){
|
|||
})
|
||||
|
||||
};
|
||||
|
||||
exports.getConfigDisableAnsibleHostAddition = function(req,res){
|
||||
|
||||
res.send(config.disableAnsibleHostAddition);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue