X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=fdio.infra.ansible%2Froles%2Fpython_env%2Ftasks%2Fmain.yaml;h=7df8008a277d6c370eb7424beb096a5c24c7f66e;hb=d41a5490f30a161561c39c4f1b08add17b9cf6f7;hp=197b0ccac6af1403681e93b70675f241e2f62dae;hpb=63340f532e63119515c2c3ffdab48a3a87346959;p=csit.git diff --git a/fdio.infra.ansible/roles/python_env/tasks/main.yaml b/fdio.infra.ansible/roles/python_env/tasks/main.yaml index 197b0ccac6..7df8008a27 100644 --- a/fdio.infra.ansible/roles/python_env/tasks/main.yaml +++ b/fdio.infra.ansible/roles/python_env/tasks/main.yaml @@ -3,7 +3,7 @@ - name: Inst - Update package cache (apt) apt: - update_cache: yes + update_cache: true cache_valid_time: 3600 when: - ansible_distribution|lower == 'ubuntu' @@ -71,6 +71,8 @@ - "sphinxcontrib-qthelp==1.0.3" - "sphinxcontrib-serializinghtml==1.1.4" - "urllib3==1.25.6" + environment: + ANSIBLE_SKIP_CONFLICT_CHECK: 1 tags: - common-inst-pip