Stouts / Stouts.jenkins

Ansible role which manage Jenkins CI
MIT License
41 stars 35 forks source link

Unable to find OS specific variables for Ubuntu Wily #49

Closed farridav closed 8 years ago

farridav commented 8 years ago

Hi,

Im getting:

fatal: [tooling-live] => input file not found at [...]/Stouts.jenkins/vars/Debian-wily.yml or [...]/Debian-wily.yml

When trying to run against my Ubuntu Wily box AWS ami id: ami-9d9926ee perhaps you could default the vars file used with smth like:

  with_first_found:
    - files:
       - {{ ansible_distribution }}.yml
       - default.yml

in https://github.com/Stouts/Stouts.jenkins/blob/develop/tasks/main.yml#L7

Ive manually changed the role to point to Debian-wheezy.yml and the role works as expected...

Thanks

klen commented 8 years ago

Thank you for the report!