[ansible-project] 'common' role updates my app RPM and prevents a handler to execute later on

2014-03-03 Thread Azul Inho
In my role common I have: - name: yum install OS updates shell: yum update -y

Re: [ansible-project] 'common' role updates my app RPM and prevents a handler to execute later on

2014-03-03 Thread Petros Moisiadis
On 03/03/2014 06:02 PM, Azul Inho wrote: In my role common I have: - name: yum install OS updates shell: yum update -y

Re: [ansible-project] 'common' role updates my app RPM and prevents a handler to execute later on

2014-03-03 Thread Azul
that's an approach, however that '-x list' is likely to grow really quickly as it will require every service list which I restart after an update. On 3 March 2014 16:09, Petros Moisiadis ernes...@yahoo.gr wrote: On 03/03/2014 06:02 PM, Azul Inho wrote: In my role common I have: -