Fix error in ansible.cfg
Change-Id: Ief44b8319574230d5a7623fe1aac5aa2035d4c8a
This commit is contained in:
parent
4652e6d7c2
commit
9be20754b6
@ -237,6 +237,7 @@ class AnsibleInstaller(PKInstaller):
|
||||
with open(ansible_cfg_file, 'w') as cfg:
|
||||
cfg.write('[defaults]\n')
|
||||
cfg.write(log_option)
|
||||
cfg.write('\n')
|
||||
cfg.write(host_key_checking)
|
||||
|
||||
# copy roles to run env
|
||||
|
Loading…
x
Reference in New Issue
Block a user