Skip to content

Commit

Permalink
Merge pull request #26 from stackhpc/cmdline-check-mode
Browse files Browse the repository at this point in the history
Allow to get kernel cmdline in check mode
  • Loading branch information
markgoddard authored Mar 26, 2024
2 parents 5cba2be + 67189a4 commit bd295cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/grubcmdline/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ansible.builtin.command: cat /proc/cmdline
register: result
changed_when: false
check_mode: false

- name: Determine if we need to update
ansible.builtin.set_fact:
Expand Down

0 comments on commit bd295cf

Please sign in to comment.