Initial package for ansible-cmdb OBS-URL: https://build.opensuse.org/request/show/753037 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible-cmdb?expand=0&rev=1
5 lines
115 B
Bash
5 lines
115 B
Bash
#!/bin/sh
|
|
PY_BIN="/usr/bin/python3"
|
|
ANSIBLE_CMDB="/usr/lib/ansiblecmdb/ansible-cmdb.py"
|
|
$PY_BIN $ANSIBLE_CMDB "$@"
|