Skip to content

Commit

Permalink
Removing deprecated sudo
Browse files Browse the repository at this point in the history
Using become instead
  • Loading branch information
pchaigno committed Jan 23, 2016
1 parent c30c7f7 commit 3c10fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_03_level1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
- name: 3.2 Set Permissions on bootloader config (Scored)
file: path=/boot/grub/grub.cfg mode="o-rwx,g-rwx"
when: grub_cfg_file.stat.exists == True
sudo: yes
become: yes
tags:
- section3
- section3.2

0 comments on commit 3c10fa1

Please sign in to comment.