Default x_forward to false to make last commit work

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-04-08 14:12:39 -07:00
parent a93b8d24c0
commit 596af2682b

View file

@ -426,3 +426,6 @@ sshd_sftp: false
# Autodetect python version
#
ansible_python_interpreter: auto
# set no x-forward header by default
x_forward: false