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