Przeglądaj źródła

update linode role to work with CentOS

Blaine Story 3 lat temu
rodzic
commit
e14fcde2ca
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      roles/linode/tasks/main.yml

+ 1 - 1
roles/linode/tasks/main.yml

@@ -31,7 +31,7 @@
     - ansible_os_family == 'Fedora'
 
 - name: Install fail2ban
-  dnf:
+  package:
     name: fail2ban
     state: present