Skip to content

Instructions to install from git repository in documentation #216

@Tronde

Description

@Tronde

Hi,
The install section in documentation says:

git clone git@github.com:fboender/ansible-cmdb.git
cd ansible-cmdb
sudo bash -c ". build.sla && install"

Following the instructions to the letter results in:

$ git clone git@github.com:fboender/ansible-cmdb.git
Cloning into 'ansible-cmdb'...
The authenticity of host 'github.com (140.82.118.3)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
RSA key fingerprint is MD5:16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,140.82.118.3' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

My guess is, the instructions should be as follows:

git clone https://github.com/fboender/ansible-cmdb.git
cd ansible-cmdb
sudo bash -c ". build.sla && install"

Because that works without any hassle.

Best regards,
Tronde

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions