Skip to content

Commit

Permalink
Merge pull request #8 from jamestait/gh-7-moved-cmdline-txt
Browse files Browse the repository at this point in the history
Update the location of `cmdline.txt`.
  • Loading branch information
geerlingguy committed Feb 15, 2024
2 parents 37236e7 + c33354f commit 24d7951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
tasks:
- name: Ensure cgroups are configured correctly in cmdline.txt.
ansible.builtin.replace:
path: /boot/cmdline.txt
path: /boot/firmware/cmdline.txt
regexp: '^([\w](?!.*\b{{ item }}\b).*)$'
replace: '\1 {{ item }}'
with_items:
Expand Down

0 comments on commit 24d7951

Please sign in to comment.