Skip to content

Commit 6214ebe

Browse files
authored
Merge pull request #54 from ansible-lockdown/devel
2 parents b6aef17 + 25dd66f commit 6214ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/ansible_hardening/prelim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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
@@ -38,7 +38,7 @@
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:

0 commit comments

Comments
 (0)