Loading gitlab-ci.yml +3 −1 Original line number Diff line number Diff line --- # VARIABLES variables: DOCKER_BUILDKIT: 0 Loading Loading @@ -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 ) ########################################################################################################## Loading Loading
gitlab-ci.yml +3 −1 Original line number Diff line number Diff line --- # VARIABLES variables: DOCKER_BUILDKIT: 0 Loading Loading @@ -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 ) ########################################################################################################## Loading