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
|
- name: Deploy sudo configurations
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: lmn-vm
|
src: lmn-vm
|
||||||
dest: "/etc/sudoers.d/90-{{ item }}"
|
dest: /etc/sudoers.d/90-lmn-vm
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0700'
|
mode: '0700'
|
||||||
|
|
Loading…
Add table
Reference in a new issue