Skip to content

Instantly share code, notes, and snippets.

@a1git
Created November 25, 2020 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/71affe8d6717f40fb16017a7a5ac7627 to your computer and use it in GitHub Desktop.
Save a1git/71affe8d6717f40fb16017a7a5ac7627 to your computer and use it in GitHub Desktop.
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
debug2: mux_client_hello_exchange: master version 4
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
debug3: mux_client_request_session: entering
debug3: mux_client_request_alive: entering
debug3: mux_client_request_alive: done pid = 42083
debug3: mux_client_request_session: session request sent
debug3: mux_client_read_packet: read header failed: Broken pipe
debug2: Received exit status from master 1
fatal: [c1_utility_container-e83c0192]: FAILED! => {
"changed": true,
"cmd": "openstack complete > /etc/bash_completion.d/openstack_client",
"delta": "0:00:00.005625",
"end": "2020-11-25 20:52:55.866013",
"invocation": {
"module_args": {
"_raw_params": "openstack complete > /etc/bash_completion.d/openstack_client",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 127,
"start": "2020-11-25 20:52:55.860388",
"stderr": "/bin/bash: openstack: command not found",
"stderr_lines": [
"/bin/bash: openstack: command not found"
],
"stdout": "",
"stdout_lines": []
}
META: ran handlers
NO MORE HOSTS LEFT *************************************************************************************************************************************
PLAY RECAP *********************************************************************************************************************************************
c1 : ok=26 changed=0 unreachable=0 failed=0 skipped=19 rescued=0 ignored=0
c1_repo_container-a3cc2bb8 : ok=25 changed=2 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0
c1_utility_container-e83c0192 : ok=50 changed=1 unreachable=0 failed=1 skipped=16 rescued=0 ignored=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment