Commit 3b96d38e authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Trunk

parent 326cb174
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
---

# VARIABLES
variables:
  DOCKER_BUILDKIT: 0
@@ -39,7 +41,7 @@ check:
  script:
    - echo "Checking inventory"
    - ansible-inventory -i inventory.ini --graph
    - ansible -i inventory.ini -m ping all -u ${USERNAME:-maintenance} || ( test -n "${CHECK_SKIP_ERRORS}" && true )
    - ansible -i inventory.ini -m ping all:\!workstations -u ${USERNAME:-maintenance} || ( test -n "${CHECK_SKIP_ERRORS}" && true )

##########################################################################################################