File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929# Current list is elastic and will be updated as we test more cloud based services.
3030# Current testing is working in Azure using Hyper-V. We are currently using this for reference:
3131# https://github.com/ansible/ansible/blob/905131fc76a07cf89dbc8d33e7a4910da3f10a16/lib/ansible/module_utils/facts/virtual/linux.py#L205
32- - name : PRELIM | Set Fact If Cloud-Based System.
32+ - name : " PRELIM | Set Fact If Cloud-Based System."
3333 when :
3434 - not ansible_virtualization_type == 'VMware' or
3535 (ansible_system_vendor == 'Microsoft Corporation' and
3838 ansible.builtin.set_fact :
3939 prelim_win16cis_cloud_based_system : true
4040
41- - name : PRELIM | Obtain Then Load Default And User Hives
41+ - name : " PRELIM | Obtain Then Load Default And User Hives"
4242 when : win16cis_section19
4343 tags : always
4444 block :
You can’t perform that action at this time.
0 commit comments