1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

OS explanation untangled in 0-init/tasks/main.yml

This commit is contained in:
A Holt 2017-11-10 14:58:05 -05:00 committed by GitHub
parent 3d7c936c35
commit 0a2198dbed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
iiab_stage: '{{ ansible_local.local_facts.stage }}'
# Networking uses a different file for the rpi
- name: Discover if this is a RPi -- if so assume it is running Raspbian
- name: Discover if this is running Raspbian -- if so assume it is an RPi
set_fact:
rpi_model: "rpi"
is_rpi: True
@ -134,7 +134,7 @@
set_fact:
mysql_service: mariadb
- name: Set mysqld_service to mysqld (etc) for Fedora 18
- name: Set mysqld_service to mysqld etc (Fedora 18)
set_fact:
mysql_service: mysqld
no_NM_reload: True