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

Merge branch 'trunk' into 'master'

^_^

See merge request tools/continuous-integration/infrastructure/deployment-sites!12
parents 292dc0f0 9378e573
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ check:
  script:
    - echo "Checking inventory"
    - ansible-inventory -i inventory.ini --graph
    - ansible -i inventory.ini -m ping all -u ${USERNAME:-maintenance}
    - ansible -i inventory.ini -m ping all -u ${USERNAME:-maintenance} || true

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