1
0

Поменял адрес сервера

Адрес сменился после изменения конфигурации
This commit is contained in:
2023-10-20 17:54:55 +03:00
parent c9c58a6c43
commit 9ac6988ec1
6 changed files with 8 additions and 7 deletions

View File

@ -29,8 +29,7 @@
set_fact:
env_dict: '{{ owner_env | combine({
"CURRENT_UID": uc_result.uid | default(owner_name),
"CURRENT_GID": uc_result.group | default(owner_group),
}) }}'
"CURRENT_GID": uc_result.group | default(owner_group) }) }}'
tags:
- env