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