mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #-: fix DDC role failed condition check
This commit is contained in:
parent
3ffdc695dc
commit
c59a09233a
@ -27,5 +27,5 @@
|
||||
name: apparmor
|
||||
state: reloaded
|
||||
register: service_result
|
||||
failed_when: "service_result|failed and ('find' not in service_result.msg and 'found' not in service_result.msg)"
|
||||
failed_when: "service_result is failed and ('find' not in service_result.msg and 'found' not in service_result.msg)"
|
||||
when: ansible_distribution == "Ubuntu"
|
||||
|
BIN
src/vmm_mad/remotes/lib/lxd/svncterm_server/genfont
Executable file
BIN
src/vmm_mad/remotes/lib/lxd/svncterm_server/genfont
Executable file
Binary file not shown.
BIN
src/vmm_mad/remotes/lib/lxd/svncterm_server/svncterm_server
Executable file
BIN
src/vmm_mad/remotes/lib/lxd/svncterm_server/svncterm_server
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user