We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0ff75b + 4976555 commit 18c09e7Copy full SHA for 18c09e7
src/ansible/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "ansible",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"name": "Ansible (via pipx)",
5
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/ansible",
6
"description": "Ansible is a suite of software tools that enables infrastructure as code.",
@@ -27,4 +27,4 @@
27
"ghcr.io/devcontainers-extra/features/pipx-package",
28
"ghcr.io/devcontainers/features/python"
29
]
30
-}
+}
src/ansible/install.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
set -e
. ./library_scripts.sh
0 commit comments