François Lafont
François Lafont
Hi @all and hi @hlindberg. Good news, for me this is not still an issue. I have tested with Puppet 4.9.4, **Hiera 5** and hiera-eyaml 2.1.0 and no problem. I...
Hi, Ooops, I'm sorry I have made a mistake of copy and paste of the code in my first message. What silly I am! In fact, **I still have the...
Here is a shorter example with the same problem: ``` python #!/usr/bin/python # -*- coding: utf-8 -*- help_message = """ Usage: test.py (-h | --help) test.py -w -c -H (--v2c...
Hello, Here is the (nearly) smallest example that reproduces the problem for me: ``` python #!/usr/bin/python # -*- coding: utf-8 -*- help_message = """ Usage: test.py [ --long-option ] -o...
Ok, thank you for your answer and the explanations. That's very clear. I think I will keep myself to use the 0.6.1 version and make sure none of lines start...
Hi, > interpreter discovery itself does not have a retry so it fails and produced an incorrect python, as a workaround try setting `ansible_python_interpreter` In the real case where I...
@bcoca said: > You don't really need the `delegate_to` the condition is 'The first task, that happens to have an action that has embedded retry logic, to connect to the...
I'm not sure to well understand your question. Are you talking about the `ansible_interpreter_python_fallback` variable? In this case, no, this variable is not set in any case. In fact, my...
[ansible-issue-80514.zip](https://github.com/ansible/ansible/files/11256297/ansible-issue-80514.zip) Sorry @bcoca, I realize that I'm completely unqualified to discuss about the Ansible (internal) mechanisms. I'm a simple Ansible user and I'm not sure I understand everything you explain...
Hi, > I updated my first comment as It was incorrect : in order to optimize requests with "Like" expressions one can not use an index with a "left(path, 64)"...