Commit fa494fc9 authored by zimniy's avatar zimniy
Browse files

!workstations

parent 60cc80c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,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 )

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