- hosts: localhost tasks: - name: Lock user account user: name: "{{ username }}" state: locked