Option to install git
This commit is contained in:
@@ -22,6 +22,12 @@
|
||||
upgrade: dist
|
||||
autoremove: true
|
||||
|
||||
- name: Install git
|
||||
ansible.builtin.apt:
|
||||
name: git
|
||||
state: present
|
||||
when: install_git | default(false) | bool
|
||||
|
||||
- name: Include Docker role
|
||||
ansible.builtin.include_role:
|
||||
name: docker
|
||||
|
||||
Reference in New Issue
Block a user