diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-30 22:53:13 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-30 22:53:13 +0100 |
| commit | 810d3d4701fc542107bfaa80752ea7300dee5016 (patch) | |
| tree | c318681c809d630da7b4458caef641764c76759a /roles/git/meta | |
| parent | 2427127b814a85342b2279083eec60968554c53c (diff) | |
Fix git log not showing properly on archlinux
Diffstat (limited to 'roles/git/meta')
| -rw-r--r-- | roles/git/meta/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/git/meta/main.yml b/roles/git/meta/main.yml index 8cbb4d34..1b62fb86 100644 --- a/roles/git/meta/main.yml +++ b/roles/git/meta/main.yml @@ -1,5 +1,6 @@ --- -dependencies: [] +dependencies: + - role: "less" galaxy_info: author: "a14m" description: "Install git" |
