Skip to content

Commit

Permalink
Merge pull request #24 from ansible-lockdown/devel
Browse files Browse the repository at this point in the history
Final Workflow Push, Git Attributes Added
  • Loading branch information
MrSteve81 authored Aug 16, 2023
2 parents f45a538 + 9472351 commit 0ddf962
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# adding github settings to show correct language
*.sh linguist-detectable=true
*.yml linguist-detectable=true
*.ps1 linguist-detectable=true
*.j2 linguist-detectable=true
*.md linguist-documentation
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
tags:
- always

- name: Check OS version and family
- name: Check OS Version and Family
ansible.builtin.assert:
that:
- ansible_os_family == 'Windows'
Expand Down

0 comments on commit 0ddf962

Please sign in to comment.