Execution
Date
08 Dec 2025 13:57:07 +0000
Duration
00:24:46.17
Controller
aio1.openstack.local
User
root
Versions
Ansible
2.18.6
ara
1.7.4 / 1.7.4
Python
3.12.11
Summary
12
Hosts
1505
Tasks
1497
Results
32
Plays
487
Files
0
Records
Task result details
-
StatusOK
-
Duration00:00:00.27
-
PlayInstall nova control-plane services
-
Taskos_nova : Remove existing directory if it is not a git repo or it is dirty
-
Date08 Dec 2025 14:14:15 +0000
-
Module / Actionansible.builtin.shell (/home/zuul/src/opendev.org/openstack/openstack-ansible-os_nova/tasks/consoles/nova_console_novnc_install.yml:16)
-
Tags
- nova-novnc-git
- nova-install
- nova-novnc-console
- nova-install
| Field | Value |
|---|---|
| changed |
False |
| cmd |
EXIT_CODE=0
FOLDER_PATH="/usr/share/novnc"
if [[ -e ${FOLDER_PATH} ]]; then
if [[ ! -d "${FOLDER_PATH}/.git" ]]; then
echo "${FOLDER_PATH} is not a git repo, deleting..."
EXIT_CODE=2
elif test -n "$(cd ${FOLDER_PATH}; git status --porcelain)"; then
echo "${FOLDER_PATH} is a dirty git repo, deleting..."
EXIT_CODE=2
fi
if [[ "${EXIT_CODE}" == "2" ]]; then
rm -rf ${FOLDER_PATH}
fi
fi
exit ${EXIT_CODE}
|
| delta |
0:00:00.003037 |
| end |
2025-12-08 14:14:15.598069 |
| failed_when_result |
False |
| invocation |
{ "module_args": { "_raw_params": "EXIT_CODE=0\nFOLDER_PATH=\"/usr/share/novnc\"\nif [[ -e ${FOLDER_PATH} ]]; then\n if [[ ! -d \"${FOLDER_PATH}/.git\" ]]; then\n echo \"${FOLDER_PATH} is not a git repo, deleting...\"\n EXIT_CODE=2\n elif test -n \"$(cd ${FOLDER_PATH}; git status --porcelain)\"; then\n echo \"${FOLDER_PATH} is a dirty git repo, deleting...\"\n EXIT_CODE=2\n fi\n if [[ \"${EXIT_CODE}\" == \"2\" ]]; then\n rm -rf ${FOLDER_PATH}\n fi\nfi\nexit ${EXIT_CODE}\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": "/bin/bash", "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
| msg |
|
| rc |
0 |
| start |
2025-12-08 14:14:15.595032 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
|
| stdout_lines |
[]
|