From df3c82f0dfe5696869d5bf87b537a0354dc97874 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 13 Aug 2019 22:27:17 +0200 Subject: [PATCH] fix typo --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index db46517..0f7d2ee 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -2,7 +2,7 @@ - block: - name: Install cups yum: - name: "{{ cups_packages | deafult(__cups_packages) }}" + name: "{{ cups_packages | default(__cups_packages) }}" state: present notify: __cupsd_restart