Fix: Ansible syntax
This commit is contained in:
parent
250bb045f3
commit
2e2280f50b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
|||
- name: Deploy sudo configurations
|
||||
ansible.builtin.copy:
|
||||
src: lmn-vm
|
||||
dest: "/etc/sudoers.d/90-{{ item }}"
|
||||
dest: /etc/sudoers.d/90-lmn-vm
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0700'
|
||||
|
|
Loading…
Add table
Reference in a new issue