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 }}"