Skip to content

Commit

Permalink
Drop host file
Browse files Browse the repository at this point in the history
Closes #27
  • Loading branch information
edwardtheharris committed Sep 6, 2024
1 parent 9552774 commit 4465392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
comment_title: MarkdownLint Results
check_name: markdownlint
files: markdownlint-cli2-junit.xml
###
# ```{rubric} Build GitHub Pages Site
Expand Down
8 changes: 1 addition & 7 deletions roles/reset/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,7 @@
owner: root
group: root
mode: u+rwx,go-rwx
- name: Template hosts file
ansible.builtin.template:
src: hosts
dest: /etc/hosts
owner: root
group: root
mode: u+rw,go+r

###
# ```{rubric} Show and record output
# ```
Expand Down

0 comments on commit 4465392

Please sign in to comment.