diff --git a/src/ansible/devcontainer-feature.json b/src/ansible/devcontainer-feature.json index 6fc4a2cee..1456311cf 100644 --- a/src/ansible/devcontainer-feature.json +++ b/src/ansible/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "ansible", - "version": "2.1.1", + "version": "2.1.2", "name": "Ansible (via pipx)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/ansible", "description": "Ansible is a suite of software tools that enables infrastructure as code.", @@ -27,4 +27,4 @@ "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] -} +} \ No newline at end of file diff --git a/src/ansible/install.sh b/src/ansible/install.sh index 4f49988da..e14f62074 100755 --- a/src/ansible/install.sh +++ b/src/ansible/install.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + set -e . ./library_scripts.sh