From 46a0fc92a1bc17dd8b66dabd275e86d2cd6220e7 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Thu, 29 Oct 2020 21:31:25 -0700 Subject: [PATCH] disable debops since it breaks with ansible 2.10 --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62feede4..dad10f39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,12 +33,13 @@ script: matrix: include: # Debops tests. + # NOTE: debops tests turned off for Ansible 2.10: https://github.com/debops/debops/issues/1521 # 2.10; 3.6 -> 2.7 - - python: "3.6" - env: MODE=debops_common VER=2.10.0 + # - python: "3.6" + # env: MODE=debops_common VER=2.10.0 # 2.10; 2.7 -> 2.7 - - python: "2.7" - env: MODE=debops_common VER=2.10.0 + # - python: "2.7" + # env: MODE=debops_common VER=2.10.0 # Sanity check against vanilla Ansible. One job suffices. - python: "2.7"