Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

symlink in test/library/ssh_config is broken #21

Open
LuisBL opened this issue May 14, 2016 · 0 comments
Open

symlink in test/library/ssh_config is broken #21

LuisBL opened this issue May 14, 2016 · 0 comments

Comments

@LuisBL
Copy link

LuisBL commented May 14, 2016

When I install gaqzi.ssh-config with the -p option::

playbook$ ansible-galaxy install -p roles gaqzi.ssh-config
- downloading role 'ssh-config', owned by gaqzi
- downloading role from https://github.com/gaqzi/ansible-ssh-config/archive/v0.3.0.tar.gz
- extracting gaqzi.ssh-config to roles/gaqzi.ssh-config
- gaqzi.ssh-config was installed successfully
playbook$

The symlink in test/library/ssh_config is broken::

playbook$ tree roles/gaqzi.ssh-config/
roles/gaqzi.ssh-config/
├── CHANGELOG.md
├── library
│   └── ssh_config.py
├── meta
│   └── main.yml
├── README.md
└── test
    ├── library
    │   └── ssh_config -> ../../ssh_config
    ├── roles
    │   └── normal-user
    │       └── tasks
    │           ├── _assert.yml
    │           └── main.yml
    ├── test.yml
    └── Vagrantfile
playbook$

should it be ?::

    │   └── ssh_config -> ../../library/ssh_config.py
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant