Install system package "git"
This commit is contained in:
parent
70c8c78ba0
commit
a5c1fbe1b6
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@
|
|||
tasks:
|
||||
- name: Install system packages
|
||||
apt:
|
||||
name: cgit
|
||||
name:
|
||||
- cgit
|
||||
- git
|
||||
- name: Disable Apache configuration
|
||||
command: '/usr/sbin/a2disconf cgit'
|
||||
register: disable_apache_configuration_result
|
||||
|
|
Reference in a new issue