yaml and ansible linting

This commit is contained in:
nazunalika 2020-12-11 01:13:16 -07:00
parent eeed6dbcb2
commit 801e586c97

View File

@ -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 }}"