fixed first line
This commit is contained in:
parent
e2a1ea2b73
commit
e1d9ee5333
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
if [ $# -gt 0 ]; then
|
if [ $# -gt 0 ]; then
|
||||||
ansible-playbook site.yml -i production --sudo --ask-sudo-pass --tags $1
|
ansible-playbook site.yml -i production --sudo --ask-sudo-pass --tags $1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue