From cd8018960812f3a80cb013acef633a92f1f5e9c9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 9 Nov 2019 13:40:51 +0100 Subject: [PATCH] fix typo --- tasks/pam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pam.yml b/tasks/pam.yml index de08d34..ee53f14 100644 --- a/tasks/pam.yml +++ b/tasks/pam.yml @@ -7,7 +7,7 @@ control: "{{ item.control }}" new_type: "{{ item.new_type | default(omit) }}" new_module_path: "{{ item.new_module_path | default(omit) }}" - new_control: "{{ izem.new_control | default(omit) }}" + new_control: "{{ item.new_control | default(omit) }}" state: "{{ item.state | default('args_present') }}" module_arguments: "{{ item.module_arguments | default(omit) }}" loop: "{{ pam_settings + pam_settings_extra }}"