Alexis Thietard

Results 6 comments of Alexis Thietard

A working configuration for proxy facts : ```yaml - name: Set proxy block: - name: Set proxy facts ansible.builtin.set_fact: agent_proxy_args: - "--proxyurl + '{{ az_devops_proxy_url }}'" - "--proxyusername + '{{...

@alessfg why not use a template containing all of the repos, something like this : ``` {% if nginx_branch = 'mainline' %} [MAINLINE REPOS LINES] {% elif nginx_branch = 'stable'...

I am having Travis CI issues, I see a lot of failure from ppa.launchpad.net for multiple `develop` PRs. Shouldn't we implement apt retry mechanism in travis configuration ? cf. https://github.com/travis-ci/travis-ci/issues/9112#issuecomment-376305909

I also had to ignore errors in the handler, for the same reasons.

FYI I edited my post to fix a syntax error in the `ignore_errors` condition

FYI I updated again my message. Now it works :sweat: