add missing pam module parameter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
01a8cef066
commit
35735ec2a4
@ -5,8 +5,11 @@
|
|||||||
type: "{{ item.type | default('auth') }}"
|
type: "{{ item.type | default('auth') }}"
|
||||||
module_path: "{{ item.module_path | default('pam_unix.so') }}"
|
module_path: "{{ item.module_path | default('pam_unix.so') }}"
|
||||||
control: "{{ item.control }}"
|
control: "{{ item.control }}"
|
||||||
module_arguments: "{{ item.module_arguments | default(omit) }}"
|
new_type: "{{ item.new_type | default(omit) }}"
|
||||||
|
new_module_path: "{{ item.new_module_path | default(omit) }}"
|
||||||
|
new_control: "{{ izem.new_control | default(omit) }}"
|
||||||
state: "{{ item.state | default('args_present') }}"
|
state: "{{ item.state | default('args_present') }}"
|
||||||
|
module_arguments: "{{ item.module_arguments | default(omit) }}"
|
||||||
loop: "{{ pam_settings + pam_settings_extra }}"
|
loop: "{{ pam_settings + pam_settings_extra }}"
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user