Modern tools (rg, fd...)
This commit is contained in:
@@ -27,6 +27,11 @@
|
||||
regexp: "^#?AcceptEnv LANG LC_*"
|
||||
line: "#AcceptEnv LANG LC_*"
|
||||
notify: Restart sshd
|
||||
- name: Remove first-run "SSH may not work until a valid user has been set up" banner
|
||||
ansible.builtin.file:
|
||||
path: /etc/ssh/sshd_config.d/rename_user.conf
|
||||
state: absent
|
||||
notify: Restart sshd
|
||||
- name: Get hostname
|
||||
ansible.builtin.command: "raspi-config nonint get_hostname"
|
||||
register: pi_standard_setup_pi_hostname
|
||||
|
||||
Reference in New Issue
Block a user