Skip to content

Commit 270874c

Browse files
licliurichm
andcommitted
fix(tasks): we don't use FQCN for ansible builtins in system roles
we don't use FQCN for ansible builtins in system roles. Co-authored-by: Richard Megginson <richm@stanfordalumni.org> Signed-off-by: Lichen Liu <lichliu@redhat.com>
1 parent 800f0f7 commit 270874c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
- ansible_facts['distribution_major_version'] | int >= 9
5454

5555
- name: Use grubby to update crashkernel=auto if needed
56-
ansible.builtin.command: grubby --args="crashkernel=auto" --update-kernel=ALL
56+
command: grubby --args="crashkernel=auto" --update-kernel=ALL
5757
when:
5858
- kdump_reboot_required | bool
5959
- ansible_facts['distribution'] in ['RedHat', 'CentOS']

0 commit comments

Comments
 (0)