1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Remove tags in ~30 files, improve verbiage

This commit is contained in:
root 2020-01-30 04:57:53 -05:00
parent 814efd5a02
commit 2cdf846365
30 changed files with 11 additions and 57 deletions

View file

@ -8,7 +8,6 @@
- "php{{ php_version }}-curl"
state: present
when: is_debian | bool
#tags: download
- name: 'Install 2 packages: apache2, php (ubuntu)'
package:
@ -19,7 +18,6 @@
- php
state: present
when: is_ubuntu | bool
#tags: download
# 2019-05-30: It's interesting that http://box.lan/admin and everything seems
# to work even without php{{ php_version }}-sqlite3 as confirmed on Ubuntu
@ -50,7 +48,6 @@
- php-curl
state: present
when: is_redhat | bool
#tags: download
# remove symlinks for mpm-event, replace with mpm-prefork
- name: Remove both mpm_event symlinks from /etc/apache2/mods-enabled (debuntu)