mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
reformat yaml
This commit is contained in:
parent
d77dee11c6
commit
2e0830fe72
1 changed files with 7 additions and 4 deletions
|
|
@ -5,14 +5,17 @@
|
|||
state: present
|
||||
|
||||
- name: Jail magic-wormhole
|
||||
file: src=/usr/bin/firejail
|
||||
dest=/usr/local/bin/wormhole
|
||||
state=link
|
||||
file:
|
||||
src: /usr/bin/firejail
|
||||
dest: /usr/local/bin/wormhole
|
||||
state: link
|
||||
tags:
|
||||
- firejail
|
||||
|
||||
- name: Push magic-wormhole firejail profile
|
||||
copy: src=firejail/wormhole.profile dest=/usr/local/etc/firejail/wormhole.profile
|
||||
copy:
|
||||
src: firejail/wormhole.profile
|
||||
dest: /usr/local/etc/firejail/wormhole.profile
|
||||
notify:
|
||||
- activate firejail profiles
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue