mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-24 22:21:26 +00:00
yaml and ansible linting
This commit is contained in:
parent
eeed6dbcb2
commit
801e586c97
@ -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 New Issue
Block a user