forked from ISTI-ansible-roles/ansible-roles
6 lines
245 B
YAML
6 lines
245 B
YAML
|
---
|
||
|
- name: Install the sudoers config that permits the dnet users to execute some privileged commands
|
||
|
template: src=dnet-sudoers.j2 dest=/etc/sudoers.d/dnet-group owner=root group=root mode=0440
|
||
|
tags: [ 'tomcat', 'dnet', 'sudo', 'users' ]
|
||
|
|