1
0
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:
Alejandro Huertas 2020-05-25 16:39:42 +02:00
parent 3ffdc695dc
commit c59a09233a
No known key found for this signature in database
GPG Key ID: 3044AF06BE405104
3 changed files with 1 additions and 1 deletions

View File

@ -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"

Binary file not shown.

Binary file not shown.