add create user to debcache
This commit is contained in:
@@ -10,6 +10,15 @@
|
|||||||
- name: Setup-netbird.yml - setting up netbird mesh vpn
|
- name: Setup-netbird.yml - setting up netbird mesh vpn
|
||||||
import_tasks: ../../lib/setup-netbird.yml
|
import_tasks: ../../lib/setup-netbird.yml
|
||||||
|
|
||||||
|
- name: Create apt-cacher-ng user
|
||||||
|
user:
|
||||||
|
name: apt-cacher-ng
|
||||||
|
uid: 2002
|
||||||
|
group: apt-cacher-ng
|
||||||
|
state: present
|
||||||
|
create_home: yes
|
||||||
|
home: /home/apt-cacher-ng
|
||||||
|
shell: /bin/bash
|
||||||
|
|
||||||
- name: Set apt-cacher-ng cache directory permissions
|
- name: Set apt-cacher-ng cache directory permissions
|
||||||
file:
|
file:
|
||||||
|
|||||||
Reference in New Issue
Block a user