Execution
Date 14 Dec 2025 10:21:40 +0000
Duration 00:43:55.98
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
13 Hosts
2438 Tasks
2413 Results
107 Plays
511 Files
0 Records

Task result details

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

Field Value
changed
False
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.018028
end
2025-12-14 10:52:22.998361
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-14 10:52:22.980333
stderr

stderr_lines
[]
stdout

stdout_lines
[]



Result #2

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 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.017057
end
2025-12-14 10:52:23.158294
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

rc
0
start
2025-12-14 10:52:23.141237
stderr

stderr_lines
[]
stdout

stdout_lines
[]