Stouts / Stouts.jenkins

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

Configuration file not writable #9

Closed ktaragorn closed 10 years ago

ktaragorn commented 10 years ago

Hi, I am using the version from ansible galaxy, when I run it I get msg: Destination /etc/default not writable for the jenkins-configure task. Shouldnt this be sudo: yes? Or am I doing something wrong? This is on a ubuntu 14.04 instance.

ktaragorn commented 10 years ago

I just added sudo: yes to my entire playbook. Not sure if this is the right way, if it is, it should be added to the README

klen commented 10 years ago

Yes, most of the Stouts roles (and other ansible roles) need a root access. Usually nobody points on this.

I'll add the information to README.

ktaragorn commented 10 years ago

Great thanks, yeah, I havent been using big roles long enough to realize that I guess..