fix syntax
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-11-09 14:02:22 +01:00
parent 1e789c6642
commit 4fbc383265

View File

@ -13,7 +13,7 @@
module_arguments: "{{ item.module_arguments | default(omit) }}" module_arguments: "{{ item.module_arguments | default(omit) }}"
loop: "{{ pam_settings + pam_settings_extra }}" loop: "{{ pam_settings + pam_settings_extra }}"
- name: Auto-update items with state: before/after - name: Auto-update items with state before/after
pamd: pamd:
name: "{{ item.name | default('system-auth') }}" name: "{{ item.name | default('system-auth') }}"
type: "{{ item.new_type }}" type: "{{ item.new_type }}"