diff options
Diffstat (limited to 'xci/installer/osa/files/mini/user_variables.yml')
-rw-r--r-- | xci/installer/osa/files/mini/user_variables.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xci/installer/osa/files/mini/user_variables.yml b/xci/installer/osa/files/mini/user_variables.yml index c812f1df..9fb2001e 100644 --- a/xci/installer/osa/files/mini/user_variables.yml +++ b/xci/installer/osa/files/mini/user_variables.yml @@ -21,6 +21,9 @@ # # Debug and Verbose options. debug: false +# package_state: present should give us a better chance to finish +package_state: present + # Allow root logins security_sshd_permit_root_login: yes |