Ensure nigel sudo ability is setup
This commit is contained in:
parent
2bbc9095f7
commit
55217ce50b
@ -7,12 +7,9 @@
|
||||
become: true
|
||||
tags:
|
||||
- setup
|
||||
- name: Ensure docker services are present and ready for configuration/usage
|
||||
tags:
|
||||
- services
|
||||
ansible.builtin.include_tasks:
|
||||
file: ensure-docker-services.yaml
|
||||
apply:
|
||||
- name: Ensure nigel can use sudo without password
|
||||
become: true
|
||||
tags:
|
||||
- services
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/sudoers
|
||||
state: present
|
||||
line: "nigel ALL=(ALL) NOPASSWD:ALL"
|
Loading…
Reference in New Issue
Block a user