Skip to content

Commit

Permalink
I need another ansible-cmdb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jun 8, 2021
1 parent 36ff8fa commit 035bbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-cmdb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# To work around https://github.com/fboender/ansible-cmdb/issues/190 we have to
# install a fork.
autoclone ~/src/ansible-cmdb https://github.com/mgedmin/ansible-cmdb --branch=use-entry-points || exit 1
autoclone ~/src/ansible-cmdb https://github.com/mgedmin/ansible-cmdb --branch=mg || exit 1
if ! [ -d ~/.local/pipx/venvs/ansible/ ]; then
pipx install ansible --include-deps || exit 1
fi
Expand Down

0 comments on commit 035bbc1

Please sign in to comment.