diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-10 22:20:09 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-10 22:20:09 +0200 |
| commit | 9ce94d35d13795c80277ffc9598074dc3fa2b9ed (patch) | |
| tree | 442461f5edf1d9a6b937c5457d7a67c2fad2c999 /roles/package_cache/meta/argument_specs.yml | |
| parent | 0e01d4fbcefd68ab748b5ec0cd42473f63d8235b (diff) | |
Refactor site playbooks to be more host oriented
This also improves the dependency management, making the roles less
repeating when not needing to execute multiple times
Diffstat (limited to 'roles/package_cache/meta/argument_specs.yml')
| -rw-r--r-- | roles/package_cache/meta/argument_specs.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/package_cache/meta/argument_specs.yml b/roles/package_cache/meta/argument_specs.yml new file mode 100644 index 00000000..002f7ce3 --- /dev/null +++ b/roles/package_cache/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Update distro package cache" + description: "Update Linux distribution default package cache" + options: {} |
