mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-25 06:31:27 +00:00
lint it up
This commit is contained in:
parent
2845eade88
commit
db9e86971f
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
- name: Add kernel boot options to all kernels and default config
|
- name: Add kernel boot options to all kernels and default config
|
||||||
command: /usr/sbin/grubby --update-kernel=ALL --args "{{ grub_boot_options }}"
|
command: /usr/sbin/grubby --update-kernel=ALL --args "{{ grub_boot_options }}"
|
||||||
|
changed_when: "1 != 1"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
name:
|
name:
|
||||||
- python3
|
- python3
|
||||||
- python3-pip
|
- python3-pip
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Ensure noggin user exists
|
- name: Ensure noggin user exists
|
||||||
user:
|
user:
|
||||||
|
Loading…
Reference in New Issue
Block a user