mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 14:14:22 -07:00
parent
bc99432f89
commit
eaa5e07b28
247 changed files with 7318 additions and 7375 deletions
|
@ -22,16 +22,16 @@
|
|||
when: (ansible_distribution == "Ubuntu" and ansible_distribution_version == "14.04") or ansible_python_version is version("2.7.9", "<")
|
||||
|
||||
- block:
|
||||
- name: install mercurial
|
||||
include_tasks: install.yml
|
||||
when: has_hg is failed
|
||||
- name: install mercurial
|
||||
include_tasks: install.yml
|
||||
when: has_hg is failed
|
||||
|
||||
- name: test mercurial
|
||||
include_tasks: run-tests.yml
|
||||
- name: test mercurial
|
||||
include_tasks: run-tests.yml
|
||||
|
||||
- name: uninstall mercurial
|
||||
include_tasks: uninstall.yml
|
||||
when: has_hg is failed
|
||||
- name: uninstall mercurial
|
||||
include_tasks: uninstall.yml
|
||||
when: has_hg is failed
|
||||
|
||||
# As per the bitbucket changes in https://bitbucket.org/blog/deprecating-tlsv1-tlsv1-1-2018-12-01 , this
|
||||
# test will fail under certain circumstances, to avoid false positives, we skip these tests under the following
|
||||
|
@ -41,5 +41,5 @@
|
|||
# - When ansible_python_version is not 2.7.9 or higher, mercurial is likely to also run using this same (old)
|
||||
# python version, which causes issues as per the link above.
|
||||
when:
|
||||
- not (ansible_distribution == "Ubuntu" and ansible_distribution_version == "14.04")
|
||||
- ansible_python_version is version("2.7.9", ">=")
|
||||
- not (ansible_distribution == "Ubuntu" and ansible_distribution_version == "14.04")
|
||||
- ansible_python_version is version("2.7.9", ">=")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue