소스 검색

'roles/linux_updates/tasks/main.yml' ändern

Rolle linux_updates:
 -  Test-Einstellung
erdo 8 년 전
부모
커밋
2c0d13f054
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/linux_updates/tasks/main.yml

+ 1 - 1
roles/linux_updates/tasks/main.yml

@@ -35,7 +35,7 @@
 - set_fact:
     color: "#00CC33"
     title_status: "successfully"
-  when: apt_upgrade.failed != false
+  when: apt_upgrade.failed == false
 
 - mail: 
         subject: "[U] {{ ansible_fqdn }} # updated {{ title_status }}"