mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #520 from jvonau/fixes-1113
Fixes 1113 (Nov 13) for Ubuntu 17.10
This commit is contained in:
commit
c82edda652
2 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
||||||
- libnss-mdns
|
- libnss-mdns
|
||||||
- avahi-daemon
|
- avahi-daemon
|
||||||
- avahi-discover
|
- avahi-discover
|
||||||
|
- ifupdown
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
- name: Install common packages
|
- name: Install common packages
|
||||||
|
|
|
@ -16,6 +16,6 @@ systemctl_program: /bin/systemctl
|
||||||
mysql_service: mysql
|
mysql_service: mysql
|
||||||
apache_log: /var/log/apache2/access.log
|
apache_log: /var/log/apache2/access.log
|
||||||
sshd_service: ssh
|
sshd_service: ssh
|
||||||
php_version: 7.0
|
php_version: 7.1
|
||||||
postgresql_version: 9.6
|
postgresql_version: 9.6
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
|
|
Loading…
Reference in a new issue