Update roles/cm3588_conf/tasks/main.yml
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
- tmux
|
- tmux
|
||||||
- pipx
|
- pipx
|
||||||
- eza
|
- eza
|
||||||
|
- git
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add infuse user
|
- name: Add infuse user
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: infuse
|
name: infuse
|
||||||
uid: 1001
|
|
||||||
shell: /usr/sbin/nologin
|
shell: /usr/sbin/nologin
|
||||||
password: $6$PsOR1shOjC3iPF17$RiSD0NjSHNbnfN.cf5xqeLfzR9M4ySq3fnBPQ6Ng/zznALcMdwLbZ.OBft6gXn2F6qf.HxTvo.i4NxwmVdIQE/
|
password: $6$PsOR1shOjC3iPF17$RiSD0NjSHNbnfN.cf5xqeLfzR9M4ySq3fnBPQ6Ng/zznALcMdwLbZ.OBft6gXn2F6qf.HxTvo.i4NxwmVdIQE/
|
||||||
|
|
||||||
@@ -30,6 +30,7 @@
|
|||||||
- src: 99-dropmatch.conf
|
- src: 99-dropmatch.conf
|
||||||
|
|
||||||
- name: Create config directories
|
- name: Create config directories
|
||||||
|
become: false
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
|||||||
Reference in New Issue
Block a user