mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +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
|
||
|
|