Skip to content

Commit 18c09e7

Browse files
authored
Merge pull request #203 from morgan-lindqvist/ansible_shebang
Added missing shebang to ansible/install.sh
2 parents a0ff75b + 4976555 commit 18c09e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/ansible/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ansible",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"name": "Ansible (via pipx)",
55
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/ansible",
66
"description": "Ansible is a suite of software tools that enables infrastructure as code.",
@@ -27,4 +27,4 @@
2727
"ghcr.io/devcontainers-extra/features/pipx-package",
2828
"ghcr.io/devcontainers/features/python"
2929
]
30-
}
30+
}

src/ansible/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
set -e
24

35
. ./library_scripts.sh

0 commit comments

Comments
 (0)