diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-19 00:23:36 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-19 00:23:36 +0200 |
| commit | 457ea6648783258458bb12280d39d5816450ff62 (patch) | |
| tree | d1f7375ede93c47710fab15d2fb973e0f5bfdf86 /roles/mount/meta/main.yml | |
| parent | 11e661babdb681924d902cbf193ed248dd88c039 (diff) | |
Rename backup -> mount as a role
Diffstat (limited to 'roles/mount/meta/main.yml')
| -rw-r--r-- | roles/mount/meta/main.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/mount/meta/main.yml b/roles/mount/meta/main.yml new file mode 100644 index 00000000..ccb8c2a9 --- /dev/null +++ b/roles/mount/meta/main.yml @@ -0,0 +1,11 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Mount a drive" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "Debian" + versions: + - "bookworm" |
