1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-03-09 23:38:54 +00:00

Add support for custom modules

This commit is contained in:
Mumshad Mannambeth 2017-06-27 23:27:22 -04:00
parent d287b8cb6d
commit c8ac97657e
6 changed files with 354 additions and 22 deletions

View file

@ -11,6 +11,6 @@ module.exports = {
},
// Seed database on startup
seedDB: true
seedDB: false
};