Advertisement
Guest User

Installing 0.92 on Centos 7.6.1810 log

a guest
Aug 9th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. [root@bahmni ~]# cat /var/log/bahmni-installer/bahmni-installer.log
  2. 2019-08-09 13:03:51,536 p=36338 u=root | ansible-playbook 2.8.2
  3. config file = /opt/bahmni-installer/bahmni-playbooks/ansible.cfg
  4. configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  5. ansible python module location = /usr/lib/python2.7/site-packages/ansible
  6. executable location = /bin/ansible-playbook
  7. python version = 2.7.5 (default, Jun 20 2019, 20:27:34) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
  8. 2019-08-09 13:03:51,537 p=36338 u=root | Using /opt/bahmni-installer/bahmni-playbooks/ansible.cfg as config file
  9. 2019-08-09 13:03:51,595 p=36338 u=root | [DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to allow bad characters in group names by default, this
  10. will change, but still be user configurable on deprecation. This feature will be removed in version 2.10. Deprecation warnings can
  11. be disabled by setting deprecation_warnings=False in ansible.cfg.
  12. 2019-08-09 13:03:51,595 p=36338 u=root | [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
  13.  
  14. 2019-08-09 13:03:52,341 p=36338 u=root | [DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and make sure become_method is 'sudo' (default). This
  15. feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  16. 2019-08-09 13:03:53,137 p=36338 u=root | statically imported: /opt/bahmni-installer/bahmni-playbooks/roles/oracle-java/tasks/oracle-java.yml
  17. 2019-08-09 13:03:53,193 p=36338 u=root | statically imported: /opt/bahmni-installer/bahmni-playbooks/roles/installer-config/tasks/installer-config.yml
  18. 2019-08-09 13:03:53,761 p=36338 u=root | statically imported: /opt/bahmni-installer/bahmni-playbooks/roles/selinux/tasks/enforcing_policies.yml
  19. 2019-08-09 13:03:53,885 p=36338 u=root | statically imported: /opt/bahmni-installer/bahmni-playbooks/roles/installer-config/tasks/installer-config.yml
  20. 2019-08-09 13:03:54,044 p=36338 u=root | statically imported: /opt/bahmni-installer/bahmni-playbooks/roles/installer-config/tasks/installer-config.yml
  21. 2019-08-09 13:03:54,366 p=36338 u=root | statically imported: /opt/bahmni-installer/bahmni-playbooks/roles/oracle-java/tasks/oracle-java.yml
  22. 2019-08-09 13:03:54,414 p=36338 u=root | statically imported: /opt/bahmni-installer/bahmni-playbooks/roles/installer-config/tasks/installer-config.yml
  23. 2019-08-09 13:03:54,684 p=36338 u=root | ERROR! 'always' keyword cannot be used without 'block'
  24.  
  25. The error appears to be in '/opt/bahmni-installer/bahmni-playbooks/roles/bahmni-backup-upload-directories/tasks/main.yml': line 14, column 3, but may
  26. be elsewhere in the file depending on the exact syntax problem.
  27.  
  28. The offending line appears to be:
  29.  
  30.  
  31. - always:
  32. ^ here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement