mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Refactored CyMaIS basic features and optimized wordpress implementation
This commit is contained in:
@@ -44,7 +44,13 @@ galaxy_info:
|
||||
# Define dummy variables including group_names that contain the application_id "portfolio".
|
||||
fake_variables = {
|
||||
"domains": {"portfolio": "myportfolio.com"},
|
||||
"applications": {"portfolio": {"landingpage_iframe_enabled": True}},
|
||||
"applications": {
|
||||
"portfolio": {
|
||||
"features": {
|
||||
"iframe": True
|
||||
}
|
||||
}
|
||||
},
|
||||
"group_names": ["portfolio"]
|
||||
}
|
||||
result = lookup_module.run([self.test_roles_dir], variables=fake_variables)
|
||||
@@ -71,7 +77,13 @@ galaxy_info:
|
||||
# Set fake variables with group_names that do NOT include the application_id "portfolio".
|
||||
fake_variables = {
|
||||
"domains": {"portfolio": "myportfolio.com"},
|
||||
"applications": {"portfolio": {"landingpage_iframe_enabled": True}},
|
||||
"applications": {
|
||||
"portfolio": {
|
||||
"features": {
|
||||
"iframe": True
|
||||
}
|
||||
}
|
||||
},
|
||||
"group_names": [] # Not including "portfolio"
|
||||
}
|
||||
result = lookup_module.run([self.test_roles_dir], variables=fake_variables)
|
||||
|
Reference in New Issue
Block a user