Rename auxiliary ffhh roles

This commit is contained in:
Alexander Dietrich 2022-04-14 13:43:05 +02:00
commit a32926b0b9
7 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,17 @@
---
- name: install popular user packages
apt:
name:
- mosh
- nano
- wget
- zsh
state: present
- name: copy new-user script
copy:
src: new-user
dest: /usr/local/sbin
owner: root
group: root
mode: 0550