Comment unused blocks.
This commit is contained in:
parent
e37cc85ce7
commit
1b012d2079
@ -15,9 +15,9 @@
|
|||||||
crond_pattern: cron
|
crond_pattern: cron
|
||||||
|
|
||||||
|
|
||||||
- name: General | Facts | Service | Linux
|
#- name: General | Facts | Service | Linux
|
||||||
set_fact:
|
# set_fact:
|
||||||
when: ansible_system == "Linux"
|
# when: ansible_system == "Linux"
|
||||||
|
|
||||||
|
|
||||||
- name: General | Facts | Service | Linux
|
- name: General | Facts | Service | Linux
|
||||||
@ -27,6 +27,6 @@
|
|||||||
when: ansible_distribution == "Archlinux"
|
when: ansible_distribution == "Archlinux"
|
||||||
|
|
||||||
|
|
||||||
- name: General | Facts | Service | FreeBSD
|
#- name: General | Facts | Service | FreeBSD
|
||||||
set_fact:
|
# set_fact:
|
||||||
when: ansible_system == "FreeBSD"
|
# when: ansible_system == "FreeBSD"
|
Loading…
x
Reference in New Issue
Block a user