diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-03-22 19:03:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-22 19:03:47 +0000 |
commit | 735296eefc3dd8d14dc71def05ab26f79a41e4d7 (patch) | |
tree | 4614d663ae076d25b44b7815048bb886c6fe1745 /xci/installer/osa/files/ha/user_variables.yml | |
parent | ea3b94a68f3bc74aa71fa8bfea62443c3ebb53e2 (diff) | |
parent | a3dc7a6e17f954e32eb692da4e65994bde39b787 (diff) |
Merge "Use package_state:present to avoid package installation issues"
Diffstat (limited to 'xci/installer/osa/files/ha/user_variables.yml')
-rw-r--r-- | xci/installer/osa/files/ha/user_variables.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xci/installer/osa/files/ha/user_variables.yml b/xci/installer/osa/files/ha/user_variables.yml index ea349456..c6f1b065 100644 --- a/xci/installer/osa/files/ha/user_variables.yml +++ b/xci/installer/osa/files/ha/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 |