This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Remove shell configuration for better compatibility
Fixes
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2604
pull/2606/head
Slavi Pantaleev
3 years ago
parent
ba166cd258
commit
413049feea
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
justfile
+ 0
- 1
justfile
View File
@@ -5,7 +5,6 @@ default:
# Pulls external Ansible roles
roles:
#!/usr/bin/env sh
set -euo pipefail
if [ -x "$(command -v agru)" ]; then
agru
else
Write
Preview
Loading…
Cancel
Save