Fix rest of lint errors
This commit is contained in:
parent
5b17743716
commit
f0975c4ded
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
|||
'/dev/null chars=ascii_lowercase,digits length=4'
|
||||
)
|
||||
}}
|
||||
register: result
|
||||
changed_when: result.rc == 0
|
||||
when: not hostname_check.stdout
|
||||
|
||||
- name: Remove unneeded packages
|
||||
|
@ -113,3 +115,5 @@
|
|||
- grub2-mkconfig
|
||||
- -o
|
||||
- /boot/grub2/grub.cfg
|
||||
register: result
|
||||
changed_when: result.rc == 0
|
||||
|
|
Loading…
Add table
Reference in a new issue