We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a10099 commit c737b74Copy full SHA for c737b74
.ansible-lint
@@ -1,2 +1,3 @@
1
skip_list:
2
- 'yaml'
3
+ - 'package-latest'
meta/main.yml
@@ -1,3 +1,4 @@
+---
galaxy_info:
author: voidquark
4
description: Apply Linux OS patches
tasks/main.yml
@@ -37,6 +37,7 @@
37
cmd: needs-restarting --reboothint
38
register: __el_patching_need_restart
39
failed_when: __el_patching_need_restart.rc > 1
40
+ changed_when: false
41
42
- name: Inform user if reboot is required
43
ansible.builtin.debug:
0 commit comments