mirror of
https://codeberg.org/hyperreal/ansible-homelab
synced 2024-11-01 16:43:09 +01:00
Remove user setup, already done by cloud-init
This commit is contained in:
parent
c9b0a5c013
commit
7573638bbb
@ -67,17 +67,6 @@
|
||||
ansible.builtin.apt:
|
||||
deb: /tmp/protonmail-bridge_3.2.0-1_amd64.deb
|
||||
|
||||
- name: Create user
|
||||
ansible.builtin.user:
|
||||
name: debian
|
||||
shell: /bin/bash
|
||||
|
||||
- name: Set sudo permissions for debian
|
||||
ansible.builtin.lineinfile:
|
||||
path: "/etc/sudoers.d/debian"
|
||||
line: "debian ALL=(ALL) NOPASSWD: ALL"
|
||||
create: true
|
||||
|
||||
- name: Copy systemd unit files for offlineimap
|
||||
ansible.builtin.copy:
|
||||
src: /usr/share/doc/offlineimap3/examples/systemd/offlineimap-oneshot.service
|
||||
|
Loading…
Reference in New Issue
Block a user