mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
19 lines
397 B
YAML
19 lines
397 B
YAML
---
|
|
- name: Install localtime
|
|
aur: name=localtime-git user={{ user.name }}
|
|
tags:
|
|
- aur
|
|
|
|
- include_tasks: roles/nmtrust/tasks/unit.yml
|
|
vars:
|
|
unit: localtime.service
|
|
run_on: "{{ localtime.run_on }}"
|
|
|
|
- name: Allow localtimed to access geoclue
|
|
blockinfile:
|
|
dest: /etc/geoclue/geoclue.conf
|
|
block: |
|
|
[localtimed]
|
|
allowed=true
|
|
system=false
|
|
users=
|