mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
OS explanation untangled in 0-init/tasks/main.yml
This commit is contained in:
parent
3d7c936c35
commit
0a2198dbed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue