Skip to content

Commit

Permalink
fix: fix ansible become with root
Browse files Browse the repository at this point in the history
  • Loading branch information
jomrr committed Apr 30, 2024
1 parent 493642a commit db84f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/vars/opensuse-tumbleweed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ dockerfile:
- rm -f /usr/lib/systemd/system/basic.target.wants/*
- systemctl mask getty.service
- touch /etc/sudoers && sed -ie 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
- echo "root ALL=(ALL:ALL) ALL" >> /etc/sudoers

0 comments on commit db84f56

Please sign in to comment.