forked from ISTI-ansible-roles/ansible-roles
library/roles/ubuntu-deb-general: Revert the default for the root ssh keys management. Default is True now.
This commit is contained in:
parent
70d8e79776
commit
73f08306ea
|
@ -98,7 +98,7 @@ install_resolvconf: True
|
|||
configure_munin: False
|
||||
|
||||
# Manage the root ssh keys
|
||||
manage_root_ssh_keys: False
|
||||
manage_root_ssh_keys: True
|
||||
|
||||
install_additional_ca_certs: False
|
||||
additional_ca_dest_dir: /usr/local/share/ca-certificates
|
||||
|
|
Loading…
Reference in New Issue