From f03c7090997f829707bc8b8ee7f3893f8861263c Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Tue, 15 Aug 2023 11:51:01 -0400 Subject: [PATCH 1/3] Update To Run Complete Workflow To Main Signed-off-by: Stephen Williams --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6b7dfd8..92052ec 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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' From ba535c385ab9d23833931130d0213c2a07fc58a7 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Tue, 15 Aug 2023 14:51:55 -0400 Subject: [PATCH 2/3] Git Attributes Added Signed-off-by: Stephen Williams --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9a24540 --- /dev/null +++ b/.gitattributes @@ -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 \ No newline at end of file From 9bb19fcf4cbe216a31a8cef397ca100897bcdbbc Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Tue, 15 Aug 2023 15:02:49 -0400 Subject: [PATCH 3/3] Git Attributes Added Signed-off-by: Stephen Williams --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9a24540..b2daffb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,4 @@ *.yml linguist-detectable=true *.ps1 linguist-detectable=true *.j2 linguist-detectable=true -*.md linguist-documentation \ No newline at end of file +*.md linguist-documentation