mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-10 15:23:27 +02:00
9 lines
154 B
YAML
9 lines
154 B
YAML
---
|
|
|
|
- name: reset permissions
|
|
command: "{{ rpm_root_dir }}/bin/perms.sh"
|
|
|
|
- name: restart build-watcher
|
|
service: name=build-watcher state=restarted
|
|
|