VeeamHub / veeam-ansible

Sample code for deploying and configuring various Veeam solutions using Ansible.
GNU Lesser General Public License v3.0
47 stars 18 forks source link

ONE playbook samples are incorrect for gather_facts #72

Open carceneaux opened 4 months ago

carceneaux commented 4 months ago

Describe the bug

In all Veeam ONE playbook samples, it shows gather_facts set to false. Starting with ONE v11, gather_facts is required if a local account is specified for one_username.

Expected behavior

Provide samples that work. Remove gather_facts from samples as default is true.