[ansible-project] Re: the python mysqldb module is required

2015-08-07 Thread Berend de Boer
For those confused by the formatting in the last email, and finding this through google, here the FreeBSD command: pkgng: name=databases/py-MySQLdb state=present -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this gro

Re: [ansible-project] FreeBSD sysctl fixes

2014-08-01 Thread Berend de Boer
> > It appears there are now about 12 other commits in there, so the best > thing to do would be to resubmit this as a squashed patch containing just > the one commit. > Have done so: https://github.com/ansible/ansible/pull/8406 With 160 P3 pull requests, it seems ansible is successful! Didn'

[ansible-project] FreeBSD sysctl fixes

2014-07-31 Thread Berend de Boer
Hi ansible, Any more comments on my FreeBSD sysctl fixes? https://github.com/ansible/ansible/pull/8256 You're probably very busy, so don't want to push anyone around here, but in case it had inadvertently dropped off the radar, just a gentle reminder. Would be very nice to have this in the nex

[ansible-project] Re: Can lineinfile insert text into a line?

2014-07-29 Thread Berend de Boer
lineinfile replaces the entire line. But I think you can use regexp back references to copy text from the match into your line. -- 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] Trailing white space policy

2014-07-28 Thread Berend de Boer
On Tuesday, 29 July 2014 09:10:35 UTC+12, Michael DeHaan wrote: > > I think you miss the point where we don't care about removing trailing > whitespace. > I got that loud and clear, and respect that. I simply responded to Brian who thought the trailing white space would disappear with edits ov

Re: [ansible-project] Trailing white space policy

2014-07-28 Thread Berend de Boer
> > if you contribute any changes remove the trailing whitespace from those > lines, eventually most of it will be removed. > If there is no policy from now on not to accept trailing white spaces, it will continually be introduced again. > -- You received this message because you are subscri

[ansible-project] Trailing white space policy

2014-07-25 Thread Berend de Boer
Hello All, Would it be a good idea to have a policy that files cannot have trailing white space? The problem is that some editors are set up to remove this automatically, and when changing a file introduce a patch with trailing white space removed. If files do not have trailing white space (an