mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-12-27 13:10:55 +00:00
yaml and ansible linting
This commit is contained in:
parent
eeed6dbcb2
commit
801e586c97
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
name: openssh-server
|
||||
state: present
|
||||
|
||||
# TODO: Prepare for /etc/ssh/sshd_config.d/* style of configuration
|
||||
- name: ssh configuration - global
|
||||
block:
|
||||
- name: ssh configuration - base
|
||||
|
@ -30,7 +31,6 @@
|
|||
mode: '0644'
|
||||
notify: restart_ssh
|
||||
|
||||
|
||||
- name: Remove dsa keys
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
|
Loading…
Reference in a new issue