mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
ansible: ensure git is installed in github_ssh role
This commit is contained in:
committed by
Dan Christian Bogos
parent
8bba489c3d
commit
b77ae537d2
@@ -1,4 +1,10 @@
|
||||
---
|
||||
- name: Ensure Git is installed
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: git
|
||||
state: present
|
||||
|
||||
- name: Ensure SSH directory exists
|
||||
ansible.builtin.file:
|
||||
path: "/home/{{ ansible_user }}/.ssh"
|
||||
|
||||
Reference in New Issue
Block a user