paluh

Results 60 comments of paluh

> Linter seems to have tripped :) Oh, I'm really sorry about that. I have to setup `lua` linting and fix that for sure. > So maybe keep the `all_panes`...

Hi, Are you able to provide PR with appropriate fix which can be tested on all these versions? I'm not able to fix and test this quickly :-(

I don't have time to test this now but [it seems](https://github.com/paluh/ansible-augeas/blob/master/library/augeas.py#L384) that you should use `file` along with `lens` option (like in the example in docs) and it should work...

Good question. [It also seems from the code]( https://github.com/paluh/ansible-augeas/blob/master/library/augeas.py#L387) that the full path should be created for you, so you should use the second form. Please let me know if...

Does your `set` work on the server with `augtool` and the same `file` and `lens` setup (with full path)?

Could you describe your requirement in more details?

Could you paste your `commands` action?

Thanks! I'm going to investigate this failing case in few hours.

@javiplx, please give me a few hours (I hope I will find them this evening), so I can read and test your propositions.

> 1. First of all, I think the module should take structured input, rather than parse the "commands" strings itself. This is the ideal approach for me too, but I...