Skip to content
Snippets Groups Projects
Verified Commit 75ea584f authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

roles/aurweb: Remove git from the list of packages installed

Since git is installed on a separate step, remove it from the main list.
parent 3defaded
No related branches found
No related tags found
No related merge requests found
---
- name: setup aur server
hosts: 127.0.0.1
remote_user: root
roles:
- { role: mariadb, mariadb_innodb_buffer_pool_size: '64M', tags: ['mariadb'] , configure_zabbix_agent: False}
- { role: nginx, tags: ["nginx"] }
- { role: php-fpm, php_extensions: ['pdo_mysql'], tags: ["php-fpm"] }
- { role: aur, tags: ['aur'] }
......@@ -4,7 +4,6 @@
state: present
name:
- asciidoc
- git
- highlight
- make
- php-apcu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment