-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hi all,
Consistently running into the below issue, which is occurring on both Engine running on a local Mac and Tower running RHEL 7.4; each of these two instances are completely isolated from one another and run independently. I have had many successful runs in the past, with my most recent success on October 3. I cannot think of anything that has changed across both of the two systems mentioned...
fatal: [s2-tower]: FAILED! => {"changed": true, "cmd": "./setup.sh", "delta": "0:01:04.793110", "end": "2019-10-14 07:38:02.368272", "msg": "non-zero return code", "rc": 2, "start": "2019-10-14 07:36:57.575162", "stderr": "", "stderr_lines": [], "stdout": "\u001b[0;34mUsing /etc/ansible/ansible.cfg as config file\u001b[0m\n\u001b[1;35m [WARNING]: Could not match supplied host pattern, ignoring: instance_group_\u001b[0m\n\u001b[1;35m\u001b[0m\n\nPLAY [tower:database:instance_group_] *****************************************\n\nTASK [check_config_static : Ensure expected variables are defined] *************\n\u001b[0;36mskipping: [localhost] => (item=tower_package_name) => {"ansible_loop_var": "item", "changed": false, "item": "tower_package_name", "skip_reason": "Conditional result was False"}\u001b[0m\n\u001b[0;36mskipping: [localhost] => (item=tower_package_version) => {"ansible_loop_var": "item", "changed": false, "item": "tower_package_version", "skip_reason": "Conditional result was False"}\u001b[0m\n\u001b[0;36mskipping: [localhost] => (item=tower_package_release) => {"ansible_loop_var": "item", "changed": false, "item": "tower_package_release", "skip_reason": "Conditional result was False"}\u001b[0m\n\nTASK [check_config_static : Detect unsupported HA inventory file] **************\n\u001b[0;36mskipping: [localhost]...
Attached below is the massive error message that includes 116 skipped tasks, among a handful of changes and the single failure.
Any ideas?