Skip to content

Commit

Permalink
feat(ansible): adding ansible_inventory subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
hef committed Jun 27, 2022
1 parent 10260b5 commit d17064f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/ansible_inventory.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
//go:build dev

package cmd

import (
"context"
"fmt"
"github.com/hef/cacctl/internal/client"
"github.com/hef/cacctl/client"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"log"
Expand Down

0 comments on commit d17064f

Please sign in to comment.