Execution
Date 08 Dec 2025 13:39:52 +0000
Duration 00:35:02.03
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
2 Hosts
1377 Tasks
1365 Results
104 Plays
504 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.84
  • Play
    Install neutron services
  • Task
    os_neutron : Disable apparmor profile
  • Host
    aio1

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
False
cmd
# empty line to workaround bug in EnvVarsInCommandRule.py lint test
# https://github.com/willthames/ansible-lint/issues/275
set -o pipefail
exit_code=0
if aa-status | grep -q haproxy ; then
   aa-disable usr.sbin.haproxy
   exit_code=$?
   if [[ $exit_code == 0 ]]; then
     exit_code=2
   fi
fi
exit ${exit_code}
delta
0:00:00.019736
end
2025-12-08 14:04:07.132116
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "# empty line to workaround bug in EnvVarsInCommandRule.py lint test\n# https://github.com/willthames/ansible-lint/issues/275\nset -o pipefail\nexit_code=0\nif aa-status | grep -q haproxy ; then\n   aa-disable usr.sbin.haproxy\n   exit_code=$?\n   if [[ $exit_code == 0 ]]; then\n     exit_code=2\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
    }
}
item
{
    "process": "haproxy",
    "profile": "usr.sbin.haproxy"
}
msg

rc
0
start
2025-12-08 14:04:07.112380
stderr

stderr_lines
[]
stdout

stdout_lines
[]



Result #2

Field Value
ansible_loop_var
item
changed
True
cmd
# empty line to workaround bug in EnvVarsInCommandRule.py lint test
# https://github.com/willthames/ansible-lint/issues/275
set -o pipefail
exit_code=0
if aa-status | grep -q ping ; then
   aa-disable bin.ping
   exit_code=$?
   if [[ $exit_code == 0 ]]; then
     exit_code=2
   fi
fi
exit ${exit_code}
delta
0:00:00.687661
end
2025-12-08 14:04:08.128685
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "# empty line to workaround bug in EnvVarsInCommandRule.py lint test\n# https://github.com/willthames/ansible-lint/issues/275\nset -o pipefail\nexit_code=0\nif aa-status | grep -q ping ; then\n   aa-disable bin.ping\n   exit_code=$?\n   if [[ $exit_code == 0 ]]; then\n     exit_code=2\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
    }
}
item
{
    "process": "ping",
    "profile": "bin.ping"
}
msg
non-zero return code
rc
2
start
2025-12-08 14:04:07.441024
stderr

stderr_lines
[]
stdout
Disabling /etc/apparmor.d/bin.ping.
stdout_lines
[
    "Disabling /etc/apparmor.d/bin.ping."
]