Archived
1
This commit is contained in:
2024-12-20 00:37:30 +03:00
parent d5d27c1037
commit fd73510b86
5 changed files with 160 additions and 19 deletions

View File

@@ -10,13 +10,6 @@ import (
"playbookctl/internal/utils/logger"
)
var (
flagAnsibleVerbose uint8
flagAnsibleBin string
flagGenOnly bool
flagTargetHost string
)
func NewCommandInstall() *cobra.Command {
installCmd := &cobra.Command{
Use: "install [role1, role2, ...]",