[sudo] Replace # by @

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2022-06-27 16:33:42 +02:00
parent 4fe3babc83
commit a686970b0f
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
---
- name: Install sudo
apt:
name: sudo
- name: Configure sudoers
template:
src: "{{ item }}.j2"