check env
All checks were successful
Build Docker / deploy (push) Successful in 37s
Build Docker / build (push) Successful in 28s

This commit is contained in:
2026-03-06 22:46:13 +03:00
parent 0b3a18d75a
commit 39359d7066
2 changed files with 3 additions and 5 deletions

View File

@@ -2,11 +2,7 @@
hosts: servers
become: yes
vars:
env_file: .env
# pre_tasks:
# - name: Ping server to check connectivity
# ping:
env_file: .env
tasks:
- name: Install wget