We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repo in the requirements.yml file is no longer being maintained. Build is currently failing and preventing installation.
TASK [jdauphant.ssl-certs : stat] ********************************************************************************** Sorry, try again. fatal: [node1 -> localhost]: FAILED! => {"changed": false, "module_stderr": "[sudo via ansible, key=vsqarraaacqzvruldzsnmpmwgmkolsrp] password:\nsudo: no password was provided\nsudo: 1 incorrect password attempt\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1} PLAY RECAP ********************************************************************************************************* node1 : ok=49 changed=0 unreachable=0 failed=1 skipped=241 rescued=0 ignored=0
ansible 2.9.6 config file = /Projects/ansible/ansible.cfg configured module search path = ['/Projects/house/ansible/library'] ansible python module location = /usr/local/lib/python3.7/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.7.7 (default, Mar 10 2020, 15:43:33) [Clang 11.0.0 (clang-1100.0.33.17)]
DEFAULT_GATHERING(/Projects/ansible/ansible.cfg) = smart DEFAULT_HOST_LIST(/Projects/ansible/ansible.cfg) = ['/Projects/ansible/environments/local'] DEFAULT_MODULE_PATH(/Projects/ansible/ansible.cfg) = ['/Projects/ansible/library'] DEFAULT_ROLES_PATH(/Projects/ansible/ansible.cfg) = ['/Projects/ansible/roles'] DEPRECATION_WARNINGS(/Projects/ansible/ansible.cfg) = False HOST_KEY_CHECKING(/Projects/ansible/ansible.cfg) = False RETRY_FILES_ENABLED(/Projects/ansible/ansible.cfg) = False
MAC -> Centos 7.6 (vagrant)
Copy and paste playbook from README and run andsible-playbook -i environments/local sonarqube_install.yml
Have a working sonarqube install.
Breaks using jdauphant.ssl-certs : stat
- local_action: stat path={{ ssl_certs_local_privkey_path }} register: stat_privkey become: no tags: [ssl-certs,configuration] - local_action: stat path={{ ssl_certs_local_cert_path }} register: stat_cert become: no tags: [ssl-certs,configuration]
The text was updated successfully, but these errors were encountered:
Role is not maintained, but latest version (1.7.1) works fine for me in non-vagrant installations. Try to recheck in non-vagrant install.
Sorry, something went wrong.
No branches or pull requests
SUMMARY
Repo in the requirements.yml file is no longer being maintained. Build is currently failing and preventing installation.
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
CONFIGURATION
DEFAULT_GATHERING(/Projects/ansible/ansible.cfg) = smart
DEFAULT_HOST_LIST(/Projects/ansible/ansible.cfg) = ['/Projects/ansible/environments/local']
DEFAULT_MODULE_PATH(/Projects/ansible/ansible.cfg) = ['/Projects/ansible/library']
DEFAULT_ROLES_PATH(/Projects/ansible/ansible.cfg) = ['/Projects/ansible/roles']
DEPRECATION_WARNINGS(/Projects/ansible/ansible.cfg) = False
HOST_KEY_CHECKING(/Projects/ansible/ansible.cfg) = False
RETRY_FILES_ENABLED(/Projects/ansible/ansible.cfg) = False
OS / ENVIRONMENT
MAC -> Centos 7.6 (vagrant)
STEPS TO REPRODUCE
Copy and paste playbook from README and run
andsible-playbook -i environments/local sonarqube_install.yml
EXPECTED RESULTS
Have a working sonarqube install.
ACTUAL RESULTS
Breaks using jdauphant.ssl-certs : stat
The text was updated successfully, but these errors were encountered: