diff --git a/facts/general/service.yml b/facts/general/service.yml index 2c4c318..c493651 100644 --- a/facts/general/service.yml +++ b/facts/general/service.yml @@ -15,9 +15,9 @@ crond_pattern: cron -- name: General | Facts | Service | Linux - set_fact: - when: ansible_system == "Linux" +#- name: General | Facts | Service | Linux +# set_fact: +# when: ansible_system == "Linux" - name: General | Facts | Service | Linux @@ -27,6 +27,6 @@ when: ansible_distribution == "Archlinux" -- name: General | Facts | Service | FreeBSD - set_fact: - when: ansible_system == "FreeBSD" \ No newline at end of file +#- name: General | Facts | Service | FreeBSD +# set_fact: +# when: ansible_system == "FreeBSD" \ No newline at end of file