Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bbguimaraes
dotfiles
Commits
e180c5c7
Commit
e180c5c7
authored
Jun 18, 2022
by
bbguimaraes
Browse files
ansible: build proton-bridge
parent
26f7b6d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansible/install/personal.yaml
View file @
e180c5c7
...
...
@@ -3,6 +3,15 @@
home
:
'
{{
ansible_env.HOME
}}'
src_dir
:
'
{{
home
}}/src'
tasks
:
-
name
:
clone proton-bridge
git
:
repo
:
https://github.com/ProtonMail/proton-bridge.git
dest
:
"
{{
src_dir
}}/proton-bridge"
update
:
no
-
name
:
build proton-bridge
make
:
chdir
:
"
{{
src_dir
}}/proton-bridge"
target
:
build-nogui
-
name
:
create home directories
file
:
state
:
directory
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment