Skip to content

Commit

Permalink
Fix main.go, waiting a good solution for test launch
Browse files Browse the repository at this point in the history
  • Loading branch information
efortin committed Jan 26, 2021
1 parent 9534332 commit ad7abc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {

tpl := ansible.Command{
Inventory: k8s.Inventories,
Playbook: &k8s.Playbooks[0],
Playbook: k8s.Playbooks[0],
Tags: []string{"tag1", "tag2"},
Limit: []string{"limit1,limit2"},
SkipTags: []string{"testt"},
Expand Down

0 comments on commit ad7abc9

Please sign in to comment.