lint: ansible-lint suggested updates
Some checks failed
Ansible Lint Check / lint (push) Has been cancelled
Some checks failed
Ansible Lint Check / lint (push) Has been cancelled
This commit is contained in:
parent
2ba6c6691b
commit
58fd3ec476
20 changed files with 139 additions and 56 deletions
|
|
@ -19,14 +19,14 @@
|
|||
|
||||
- name: SolusVM Guest | AUDIT | Check for tuned profile
|
||||
ansible.builtin.command: tuned-adm active
|
||||
register: vps_tuned_profile
|
||||
register: _baseline_solusvm_tuned_profile
|
||||
become: true
|
||||
changed_when: false
|
||||
|
||||
- name: SolusVM Guest | PATCH | Start tuned profile (virtual-guest)
|
||||
ansible.builtin.shell: tuned-adm profile virtual-guest
|
||||
ansible.builtin.command: tuned-adm profile virtual-guest
|
||||
become: true
|
||||
when: "'virtual-guest' not in vps_tuned_profile.stdout"
|
||||
when: "'virtual-guest' not in _baseline_solusvm_tuned_profile.stdout"
|
||||
|
||||
- name: SolusVM Guest | PATCH | Remove console=ttyS0,115200n8 from bootloader configurations
|
||||
ansible.builtin.replace:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue