Style changes
This commit is contained in:
parent
4296823b3f
commit
248b921cb4
9 changed files with 82 additions and 77 deletions
|
|
@ -18,23 +18,7 @@
|
|||
|
||||
- name: ensure basic tooling is installed
|
||||
apt:
|
||||
name:
|
||||
- acl
|
||||
- man
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
- software-properties-common
|
||||
- policykit-1
|
||||
- libpolkit-agent-1-0
|
||||
- nftables
|
||||
- openssh-client
|
||||
- bash-completion
|
||||
- git
|
||||
- vim
|
||||
- curl
|
||||
- tree
|
||||
- haveged
|
||||
- rsync
|
||||
name: '{{ common_packages }}'
|
||||
state: present
|
||||
|
||||
- name: copy firewall template
|
||||
|
|
@ -48,4 +32,4 @@
|
|||
|
||||
# see https://wiki.debian.org/systemd#Orphaned_processes
|
||||
- name: enable loginctl user-linger
|
||||
command: 'loginctl enable-linger {{ default_user|quote }}' # noqa 301
|
||||
command: 'loginctl enable-linger {{ default_user|quote }}'
|
||||
|
|
|
|||
Reference in a new issue