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