Skip to content

Commit c737b74

Browse files
committed
linting
1 parent 1a10099 commit c737b74

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.ansible-lint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
skip_list:
22
- 'yaml'
3+
- 'package-latest'

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
galaxy_info:
23
author: voidquark
34
description: Apply Linux OS patches

tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
cmd: needs-restarting --reboothint
3838
register: __el_patching_need_restart
3939
failed_when: __el_patching_need_restart.rc > 1
40+
changed_when: false
4041

4142
- name: Inform user if reboot is required
4243
ansible.builtin.debug:

0 commit comments

Comments
 (0)