@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
41 lines (40 loc) • 859 B
YAML
galaxy_info:
role_name: shfmt
author: ProfessorManhattan
description: Installs shfmt on nearly any platform
company: Megabyte Labs
issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/shfmt/-/issues
license: license (MIT)
min_ansible_version: 2.10
platforms:
- name: EL
versions:
- 6
- 7
- 8
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
- name: MacOS
versions:
- all
- name: Windows
versions:
- 10
galaxy_tags:
- shell
- formatter
- interpreter
namespace: professormanhattan
dependencies:
- role: professormanhattan.snapd
when: ansible_system == 'Linux'
- role: professormanhattan.homebrew
when: ansible_os_family == "Darwin"