Skip to content

Commit 035bbc1

Browse files
committed
I need another ansible-cmdb fix
The mg branch is upstream + fboender/ansible-cmdb#191 + fboender/ansible-cmdb#214
1 parent 36ff8fa commit 035bbc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible-cmdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# To work around https://github.com/fboender/ansible-cmdb/issues/190 we have to
33
# install a fork.
4-
autoclone ~/src/ansible-cmdb https://github.com/mgedmin/ansible-cmdb --branch=use-entry-points || exit 1
4+
autoclone ~/src/ansible-cmdb https://github.com/mgedmin/ansible-cmdb --branch=mg || exit 1
55
if ! [ -d ~/.local/pipx/venvs/ansible/ ]; then
66
pipx install ansible --include-deps || exit 1
77
fi

0 commit comments

Comments
 (0)