Skip to content

Commit

Permalink
Fixed spelling problem
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 committed Jun 6, 2024
1 parent a8b5bd3 commit 4e61f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/zabbix_proxy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
ansible.builtin.include_tasks: selinux.yml
when:
- zabbix_proxy_selinux | default (false) | bool
- ansiblle_os_family == "RedHat"
- ansible_os_family == "RedHat"

- name: "Install zabbix-proxy packages"
ansible.builtin.package:
Expand Down
2 changes: 1 addition & 1 deletion roles/zabbix_server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
ansible.builtin.include_tasks: selinux.yml
when:
- zabbix_server_selinux | default (false) | bool
- ansiblle_os_family == "RedHat"
- ansible_os_family == "RedHat"

- name: Install zabbix-server packages
ansible.builtin.package:
Expand Down

0 comments on commit 4e61f78

Please sign in to comment.