Fix new ansible-lint errors
This commit is contained in:
@@ -34,7 +34,8 @@
|
|||||||
dest: "{{ ansible_user_dir }}/.ssh/authorized_keys"
|
dest: "{{ ansible_user_dir }}/.ssh/authorized_keys"
|
||||||
url: https://raw.githubusercontent.com/hashicorp/vagrant/master/keys/vagrant.pub
|
url: https://raw.githubusercontent.com/hashicorp/vagrant/master/keys/vagrant.pub
|
||||||
|
|
||||||
- block:
|
- name: Sudo commands
|
||||||
|
block:
|
||||||
- name: configure sshd
|
- name: configure sshd
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
line: UseDNS no
|
line: UseDNS no
|
||||||
|
|||||||
Reference in New Issue
Block a user