Ignore needrestart unknown case
This commit is contained in:
		| @@ -51,7 +51,7 @@ | ||||
|     - name: check freshness | ||||
|       command: /usr/sbin/needrestart -p | ||||
|       register: freshness | ||||
|       changed_when: freshness.rc >= 1 | ||||
|       changed_when: freshness.rc >= 1 and freshness.rc < 3 | ||||
|       failed_when: false | ||||
|      | ||||
|     - name: restart system cleanly | ||||
|   | ||||
		Reference in New Issue
	
	Block a user