mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
narrow is_F18
This commit is contained in:
parent
5486a4eb58
commit
b12b6d5638
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
mysql_service: mysqld
|
||||
no_NM_reload: True
|
||||
is_F18: True
|
||||
when: ansible_distribution_release == "based on Fedora 18" or ansible_distribution_version == "18"
|
||||
when: (ansible_distribution_release == "based on Fedora 18" or ansible_distribution_version == "18") and ansible_distribution == "Fedora"
|
||||
|
||||
- name: Set mysql_service to mysql (debuntu)
|
||||
set_fact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue