[ansible-devel] ansibot starts auto-closing collection issues and pull requests in ansible/ansible

2020-08-12 Thread Martin Krizek
Greetings Ansible Community, The change [0] to enable ansibot [1] to auto-close issues and PRs that have the `needs_collection_redirect` label [2] in ansible/ansible repository was just merged. In addition to closing, bot will also post a comment explaining the reason and a link to a collection th

Re: [ansible-devel] conditionally give value to src of win_copy

2019-06-07 Thread Martin Krizek
I have not tested but you want to do something like the following: - set_fact win_copy_src_var: phoenix_x86 when: "{{ ansible_architecture }} == 32-bit" - set_fact win_copy_src_var: phoenix_x64 when: "{{ ansible_architecture }} == 64-bit" - name: copy_phoenix_folder win_copy:

Re: [ansible-devel] small patch is still waiting to be merged in rhn_register

2018-08-22 Thread Martin Krizek
Hi, it's merged now. Thanks for your contribution and apologies it took us that long! Thanks, Martin On Wed, Aug 22, 2018 at 5:23 PM Bernhard L. wrote: > > Hi, > > It would be great if my small PR could be merged for the next release: > https://github.com/ansible/ansible/pull/33660 > > Thanks! >

[ansible-devel] ansibullbot news: automerge status via bot_status

2018-04-04 Thread Martin Krizek
Hi, people often wonder why particular PR was not auto-merged by the bot. Well, as of today you can find out why (or at least get a hint) via the bot_status command which includes status of automerge. Hope it will be helpful. Thanks, Martin -- You received this message because you are subscrib