Skip to content

Commit

Permalink
Merge pull request #34 from mfortin/devel
Browse files Browse the repository at this point in the history
Updated Fix for cloud systems adding a additional check strictly for the Azure setup.  AWS is not prone to having the issue in the cloud.  Great Find @mfortin
  • Loading branch information
MrSteve81 authored Mar 25, 2024
2 parents 6aa6445 + 71641d3 commit 25b45a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
ansible.builtin.set_fact:
win22cis_cloud_based_system: true
when:
- ansible_system_vendor == 'Microsoft Corporation'
- ansible_virtualization_type == 'Hyper-V' or
ansible_virtualization_type == 'hvm' or
ansible_virtualization_type == 'kvm'
Expand Down

0 comments on commit 25b45a0

Please sign in to comment.