diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index b1f1be4b..c7603e47 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -152,6 +152,7 @@ softwareGroups: - onionshare Ansible: &Ansible - ansible + - ansibler - ansible-lint - ansibleconnect - awxcli @@ -397,6 +398,7 @@ softwareGroups: - schema - sttr - textql + - toml-sort - xurls - yj - yq diff --git a/software.yml b/software.yml index d98f2f41..85377746 100644 --- a/software.yml +++ b/software.yml @@ -4077,6 +4077,14 @@ softwarePackages: _name: Ionic Framework npm: '@ionic/cli' _type: cli + toml-sort: + _bin: toml-sort + _desc: A Python module that auto-formats TOML files + _docs: https://pypi.org/project/toml-sort/ + _home: https://pypi.org/project/toml-sort/ + _github: https://github.com/pappasam/toml-sort + _name: TOML Sort + pipx: toml-sort ios-deploy: _bin: ios-deploy _desc: Install and debug iPhone apps from the command line, without using Xcode @@ -4143,6 +4151,14 @@ softwarePackages: ansible:darwin: professormanhattan.iterm2 cask: iterm2 _type: application + ansibler: + _bin: ansibler + _desc: Megabyte Labs Python project used to extract test information from Molecule and save it as JSON that can be rendered into charts + _docs: https://pypi.org/project/ansibler/ + _github: https://github.com/megabyte-labs/ansibler + _home: https://pypi.org/project/ansibler/ + _name: Ansibler + pipx: ansibler java: _bin: java _desc: '[Java](https://www.java.com/en/) is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.'