IppSec / parrot-build

Ansible Scripts to Build Out My Parrot
184 stars 99 forks source link

Using \t and prettify #21

Closed riOwnage closed 1 year ago

riOwnage commented 1 year ago

When already assigned a user manually for NOPASSWD and running the playbook, it adds instead of ignores because of spaces used in the current/older version if the task. Now using tab, this will not again add the user on a new line but ignores when properly configured with tabs, just like root ALL=(ALL:ALL) ALL has a tab instead of spaces, so it's more natively.

Just some minor approvements. Thanks, you rock ippsec.