Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ansible/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -27,4 +27,4 @@
"ghcr.io/devcontainers-extra/features/pipx-package",
"ghcr.io/devcontainers/features/python"
]
}
}
2 changes: 2 additions & 0 deletions src/ansible/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

set -e

. ./library_scripts.sh
Expand Down