Disable hard-coded www dns entry.

This commit is contained in:
Tom Alexander
2023-08-12 20:19:02 -04:00
parent 8bad10eace
commit 40437bec04
3 changed files with 26 additions and 2 deletions

View File

@@ -47,6 +47,8 @@
dest: /usr/local/bin/git_find_merged_branches
- src: cleanup_temporary_files
dest: /usr/local/bin/cleanup_temporary_files
- src: git_fix_author.bash
dest: /usr/local/bin/git_fix_author
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'