ICTO / ansible-jenkins

Ansible playbook: Jenkins
MIT License
282 stars 171 forks source link

This role is only Debian compatible #48

Closed fiunchinho closed 8 years ago

fiunchinho commented 8 years ago

When running this role

fatal: [192.168.33.10]: FAILED! => {"changed": false, "cmd": "apt-get update", "failed": true, "msg": "[Errno 2] No such file or directory", "rc": 2}

on CentOS 6 and ansible 2.1.0.0

tberton commented 8 years ago

Could you post more output from this role?

It's hard to identify where this error is coming from without more information.

I cannot see any references to apt-related commands in non-Debian sections in this role.

fiunchinho commented 8 years ago

Looks like the ansible-galaxy version of this role is outdated https://galaxy.ansible.com/detail#/role/4269. It installs and older debian specific version.