Add tags
This commit is contained in:
parent
e3be48ffb2
commit
8fde33f6a4
@ -179,12 +179,14 @@
|
||||
ansible.builtin.user:
|
||||
name: "{{ ansible_user_id }}"
|
||||
shell: "/usr/bin/fish"
|
||||
tags: config
|
||||
|
||||
- name: Set fish for root
|
||||
ansible.builtin.user:
|
||||
name: "root"
|
||||
shell: "/usr/bin/fish"
|
||||
become: true
|
||||
tags: config
|
||||
|
||||
- name: Add user to groups
|
||||
ansible.builtin.user:
|
||||
|
Loading…
Reference in New Issue
Block a user