diff --git a/tasks/RedHat.yml b/tasks/RedHat.yml index 3c16d5c..b4ad94b 100644 --- a/tasks/RedHat.yml +++ b/tasks/RedHat.yml @@ -1,9 +1,9 @@ --- # Tasks for installation on RedHat Family - name: Ensure xinetd installed - yum: + package: name: xinetd - state: installed + state: present notify: restart xinetd - name: Gather facts of packages