[ansible-project] my playbooks have broke since 1.9. Sudo issues it seems

2015-03-31 Thread Benjamin Copeland
Hi all, So, since 1.9.0.1-1 my playbooks have broken. My playbook: roles: - role: common sudo: yes IOError: [Errno 13] Permission denied: '/etc/fstab' OpenSSH_6.8p1, OpenSSL 1.0.2a 19 Mar 2015 The fix: Add sudo: yes to the task: cat roles/common/tasks/main.yml --- - name: Ensure

Re: [ansible-project] my playbooks have broke since 1.9. Sudo issues it seems

2015-03-31 Thread Brian Coca
this should be fixed in current devel, roles and includes were not passing sudo parameters to their tasks. -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, sen

Re: [ansible-project] my playbooks have broke since 1.9. Sudo issues it seems

2015-03-31 Thread Benjamin Copeland
Okay thanks Brain. Was a bug introduced? I am running version from Arch Linux (https://www.archlinux.org/packages/community/any/ansible/) Two options: - Role back to to 1.8.4 (sudo pacman -U /var/cache/pacman/pkg/ansible-1.8.4-1-any.pkg.tar.xz) - Or install devel. On Tuesday, 31 March 2015

Re: [ansible-project] my playbooks have broke since 1.9. Sudo issues it seems

2015-03-31 Thread Benjamin Copeland
Just FYI: Added IgnorePkg=ansible into my pacman.conf and rolled back to 1.8.4. On Tuesday, 31 March 2015 14:37:17 UTC+1, Benjamin Copeland wrote: > > Okay thanks Brain. Was a bug introduced? > > I am running version from Arch Linux ( > https://www.archlinux.org/packages/community/any/ansible/)

Re: [ansible-project] my playbooks have broke since 1.9. Sudo issues it seems

2015-03-31 Thread Brian Coca
It was an 'unknown feature' but we decided to support it so it is a bug, we will be releasing fix in 1.9.1 soon. -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it

Re: [ansible-project] my playbooks have broke since 1.9. Sudo issues it seems

2015-03-31 Thread Toshio Kuratomi
Third option if you need it is to run the stable-1.9 branch. That is what we'll be cutting the 1.9.1 (and other future, 1.9 releases) from. -Toshio On Mar 31, 2015 6:37 AM, "Benjamin Copeland" wrote: > Okay thanks Brain. Was a bug introduced? > > I am running version from Arch Linux ( > https:/

Re: [ansible-project] my playbooks have broke since 1.9. Sudo issues it seems

2015-03-31 Thread Benjamin Copeland
Ah okay. Thanks. I see your commit https://github.com/bcoca/ansible/commit/662b35cbce50b43f542750451fd35d58bfa2ffd9 I will just use 1.8.4 for now, and will upgrade to 1.9.1 when its released. Thanks for all your efforts Brain, you do a great job Ben On Tuesday, 31 March 2015 14:43:46 UTC+

Re: [ansible-project] my playbooks have broke since 1.9. Sudo issues it seems

2015-03-31 Thread Michel Blanc
On 31/03/2015 15:37, Benjamin Copeland wrote: Okay thanks Brain. Was a bug introduced? I am running version from Arch Linux (https://www.archlinux.org/packages/community/any/ansible/) Two options: - Role back to to 1.8.4 (sudo pacman -U /var/cache/pacman/pkg/ansible-1.8.4-1-any.pkg.tar.xz) - O

Re: [ansible-project] my playbooks have broke since 1.9. Sudo issues it seems

2015-05-04 Thread Adam Kalnas
Seems like this is still an issue on 1.9.1. Test it this morning that the workaround is still needed. On Tuesday, March 31, 2015 at 12:22:50 PM UTC-4, Michel Blanc wrote: > > On 31/03/2015 15:37, Benjamin Copeland wrote: > > Okay thanks Brain. Was a bug introduced? > > > > I am running versio

Re: [ansible-project] my playbooks have broke since 1.9. Sudo issues it seems

2015-05-04 Thread Brian Coca
@adam, I cannot reproduce the original problem anymore, can you give an example in which this fails? -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an em