mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Append project owner id to project folder names
This commit is contained in:
parent
c21aebbf49
commit
a71d1109a8
4 changed files with 58 additions and 9 deletions
|
|
@ -15,7 +15,10 @@ var ProjectSchema = new mongoose.Schema({
|
|||
inventory_data: String, //YAML Format
|
||||
inventory_data_json: {}, //JSON Format
|
||||
roles_data: String, //YAML Format
|
||||
roles_data_json: {} //JSON Format
|
||||
roles_data_json: {}, //JSON Format
|
||||
owner_id: String,
|
||||
owner_name: String,
|
||||
members: []
|
||||
});
|
||||
|
||||
registerEvents(ProjectSchema);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue