Skip to content

Commit 7aaaf78

Browse files
committed
feat(task): add install-ansible-build-scripts command to install role-specific scripts
- Adds new `install-ansible-build-scripts` command to the task script - Allows installation of scripts for a specified Ansible role - Extends automation capabilities for role-based script deployment - Updates help table to include new command with description and usage format
1 parent 798eb12 commit 7aaaf78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

task

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ help-table() {
3434
printf "$column" 'show-vault-file' '[vault_id] [path]' 'Show content of encrypted strings or fully encrypted vault file.'
3535
# Setup
3636
printf "$column" 'install' '' 'Install Ansible and dependencies with uv.'
37+
printf "$column" 'install-ansible-build-scripts' '[role]' 'Install scripts of the specified Ansbile role.'
3738
printf "$column" 'install-exo' '' 'Install Exoscale CLI.'
3839
printf "$column" 'show-passwordless-sudo' '[username]' 'Give instructions to setup passwordless sudo.'
3940
printf "$column" 'upgrade' '' 'Upgrade Ansible and dependencies with uv.'

0 commit comments

Comments
 (0)