--- - name: Change the default security limits pam_limits: domain={{ item.domain }} limit_type={{ item.type }} limit_item={{ item.l_item }} value={{ item.value }} with_items: '{{ security_limits }}' tags: [ 'd4science', 'pam_limits']