---
- name: Set Splunk user
become: true
user:
name: "{{ splunk_user }}"
home: "{{ splunk_home }}"
shell: /bin/bash
createhome: yes
system: yes