diff --git a/tasks/install/dependencies.yml b/tasks/install/dependencies.yml index b50151d..819427a 100644 --- a/tasks/install/dependencies.yml +++ b/tasks/install/dependencies.yml @@ -11,8 +11,10 @@ yum: name: "{{ centos }}" state: present + when: ansible_os_family == "RedHat" - name: Ensure Pyzor and Razor is installed (Ubuntu) apt: name: "{{ ubuntu }}" state: present + when: ansible_os_family == "Debian"