Martin Krizek

Results 163 comments of Martin Krizek

TODO: check https://github.com/ansible/ansible/issues/68950 to see why this PR does not handle that.

On Python 2, `/tmp/foo.txt` contains: ``` # BEGIN ANSIBLE MANAGED BLOCK set([u'a', u'c', u'b', u'd']) # END ANSIBLE MANAGED BLOCK ``` On Python 2, `do_template` processes this ``` { 'a',...

Note, jinja2 native type does not solve this since `literal_eval` does the same.

> Note, jinja2 native type does not solve this since literal_eval does the same. Forgot to mention, the above is true for Python 3. However, on Python 2, the expected...

It seems that the content of `playbooks/install_thanos.yml` is not provided. There are no tags on the provided tasks in Steps to Reproduce. Please provide a complete minimal reproducer so we...

https://github.com/ansible/ansible/pull/47687

More like a feature request as https://github.com/ansible/ansibullbot/blob/master/ISSUE_HELP.md#how-to-use-label-commands explicitly mentions that label commands should be put into comments. Not sure what's the reason to not look into issue/PR description (maybe just...

Do you mean adding `+label: docsite_pr` even though it's not docsite pr?