Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Done
-
None
-
None
-
None
-
None
-
2
-
Storage Engines - 2023-01-10
Description
We can set values used by fabfile.py in a configuration file. Move the global value testy_config from fabfile.py to a local fabric.yml file:
testy_config: ".testy"
|
We can then access this value in the fabfile functions via c.testy_config.