diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-03-09 15:50:25 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-03-09 15:50:25 +0000 |
commit | 1ba373daca2ea86ae173b47f9f68d136db141d67 (patch) | |
tree | 3f94235477533d73694ca9ed6750abaa58e518f3 /roles/git/meta/main.yml | |
parent | df957c62599ef8ea186a555cd241f9c6c7aca059 (diff) | |
download | infra-1ba373daca2ea86ae173b47f9f68d136db141d67.tar.gz infra-1ba373daca2ea86ae173b47f9f68d136db141d67.tar.bz2 infra-1ba373daca2ea86ae173b47f9f68d136db141d67.zip |
Add git role
This role is not used anywhere yet, so it wasn't properly tested.
Diffstat (limited to 'roles/git/meta/main.yml')
-rw-r--r-- | roles/git/meta/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/git/meta/main.yml b/roles/git/meta/main.yml new file mode 100644 index 0000000..4aa0127 --- /dev/null +++ b/roles/git/meta/main.yml @@ -0,0 +1,2 @@ +dependencies: + - role: users |