ansible-edda/playbooks/tasks/services/deploy/service/01-user.d/shell/rproxy.yml

5 lines
130 B
YAML
Raw Normal View History

2022-10-24 00:45:52 +02:00
- name: Set default shell for for {{ service_user_name }}
user:
name: "{{ service_user_name }}"
shell: "/usr/bin/rbash"