Closed aisch closed 7 years ago
Okay, I've created a release. Not sure how long it'll take to show up on galaxy.
Please let me know if it looks like I've done the right thing ;)
thx! this works fine for me:
$ mkdir /tmp/jaytaylor-kafka-test && cd /tmp/jaytaylor-kafka-test
$ cat > requirements.yml <<EOF
- src: jaytaylor.kafka
name: kafka
version: v1.0.0
EOF
$ cat > ansible.cfg <<EOF
[defaults]
roles_path = .
EOF
$ ansible-galaxy install -r requirements.yml
- downloading role 'kafka', owned by jaytaylor
- downloading role from https://github.com/jaytaylor/ansible-kafka/archive/v1.0.0.tar.gz
- extracting kafka to ./kafka
- kafka was installed successfully
$
Terrific! Thanks again for all your help :)
On Wed, Feb 17, 2016 at 11:47 AM, aisch notifications@github.com wrote:
thx! this works fine for me:
$ mkdir /tmp/jaytaylor-kafka-test && cd /tmp/jaytaylor-kafka-test $ cat > requirements.yml <<EOF- src: jaytaylor.kafka name: kafka version: v1.0.0EOF $ cat > ansible.cfg <<EOF[defaults]roles_path = .EOF $ ansible-galaxy install -r requirements.yml
- downloading role 'kafka', owned by jaytaylor
- downloading role from https://github.com/jaytaylor/ansible-kafka/archive/v1.0.0.tar.gz
- extracting kafka to ./kafka
- kafka was installed successfully $
— Reply to this email directly or view it on GitHub https://github.com/jaytaylor/ansible-kafka/issues/7#issuecomment-185373128 .
Closing this issue, please reply if you don't feel it's resolved.
i think that means: