add karma role and fix lint errors
This commit is contained in:
10
roles/karma/tasks/configuration.yml
Normal file
10
roles/karma/tasks/configuration.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Create karma configuration file
|
||||
notify: "(Re)start and enable karma"
|
||||
ansible.builtin.template:
|
||||
src: "{{ config_source_dir }}/karma.conf"
|
||||
dest: "{{ karma_config_dir }}/karma.conf"
|
||||
owner: "{{ karma_user }}"
|
||||
group: "{{ karma_group }}"
|
||||
mode: '0640'
|
||||
Reference in New Issue
Block a user