1
0
Fork 0

Install system package "git"

This commit is contained in:
Alex Kotov 2020-01-25 04:08:24 +05:00
parent 70c8c78ba0
commit a5c1fbe1b6
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -10,7 +10,9 @@
tasks: tasks:
- name: Install system packages - name: Install system packages
apt: apt:
name: cgit name:
- cgit
- git
- name: Disable Apache configuration - name: Disable Apache configuration
command: '/usr/sbin/a2disconf cgit' command: '/usr/sbin/a2disconf cgit'
register: disable_apache_configuration_result register: disable_apache_configuration_result