From 2ce450215b7762078c9a0ca33228eb7f1ab9efc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=90=D0=BD=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=BF=D0=BE=D0=B2?= Date: Wed, 29 Oct 2025 18:59:57 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=D1=80=D0=BE=D0=B1=D0=BD=D1=8B=D0=B9=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=B2=D0=BE=D0=B4=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=B2=20run.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Добавлен no_log: true для всех задач установки common tools - Добавлен no_log: true для всех задач установки Python - Теперь задачи показывают 'censored' вместо подробного вывода - Улучшена читаемость логов тестирования Автор: Сергей Антропов Сайт: https://devops.org.ru --- molecule/default/run.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/molecule/default/run.yml b/molecule/default/run.yml index a169b13..12c2d40 100644 --- a/molecule/default/run.yml +++ b/molecule/default/run.yml @@ -119,6 +119,7 @@ state: present update_cache: false when: ansible_os_family == 'Debian' + no_log: true tags: - setup - tools @@ -140,6 +141,7 @@ - sudo state: present when: ansible_os_family == 'RedHat' + no_log: true tags: - setup - tools @@ -149,6 +151,7 @@ when: ansible_os_family == 'Altlinux' changed_when: false failed_when: false + no_log: true tags: - setup - tools @@ -158,6 +161,7 @@ when: ansible_os_family == 'Astra Linux' changed_when: false failed_when: false + no_log: true tags: - setup - tools @@ -171,6 +175,7 @@ - python3-venv state: present when: ansible_os_family == 'Debian' + no_log: true tags: - setup - python @@ -182,6 +187,7 @@ - python3-pip state: present when: ansible_os_family == 'RedHat' + no_log: true tags: - setup - python @@ -191,6 +197,7 @@ when: ansible_os_family == 'Altlinux' changed_when: false failed_when: false + no_log: true tags: - setup - python @@ -200,6 +207,7 @@ when: ansible_os_family == 'Astra Linux' changed_when: false failed_when: false + no_log: true tags: - setup - python