theforeman / foreman-ansible-modules

Ansible modules for interacting with the Foreman API and various plugin APIs such as Katello
GNU General Public License v3.0
145 stars 162 forks source link

Marking the execution as no_log when root_pass is defined #1700

Closed sscheib closed 5 months ago

sscheib commented 5 months ago

Marking the execution as no_log when root_pass is defined in the iteration of foreman_hostgroups. This prevents values defined via root_pass from being shown during execution.

Fixes #1699