Skip to content

Commit

Permalink
fix(ansiblePlaybook): resolve 'config' reference to use proper 'Confi…
Browse files Browse the repository at this point in the history
…g' field
  • Loading branch information
sbaerlocher committed Nov 9, 2023
1 parent 252dc91 commit 928eef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/sbaerlocher/go-test
module github.com/arillso/action.playbook

go 1.18

require (
github.com/arillso/go.ansible v0.0.2
github.com/arillso/go.ansible v0.0.4
github.com/joho/godotenv v1.5.1
github.com/urfave/cli/v2 v2.25.7
)
Expand Down
9 changes: 2 additions & 7 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/arillso/go.ansible v0.0.2 h1:q7eyYvSEYClXE5/dYNntF38TmuGAn2y2tfToFnpjLK0=
github.com/arillso/go.ansible v0.0.2/go.mod h1:fQ/pnEpbx8qb6TGoleujEYHOEtbw1d36g8MV/rdK0WM=
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/arillso/go.ansible v0.0.4 h1:NG20Pohtejs7xyTJeAAmWJUXirsk67BLRYE5IvXaUBY=
github.com/arillso/go.ansible v0.0.4/go.mod h1:4xsAZCWUsdoLtOnA4BLoqd+vLD82qqqCZTxDm+c1oP8=
github.com/cpuguy83/go-md2man/v2 v2.0.3 h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
Expand All @@ -15,5 +12,3 @@ github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs=
github.com/urfave/cli/v2 v2.25.7/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit 928eef4

Please sign in to comment.