Skip to content

Commit

Permalink
feat: add httrack to misc playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Oct 2, 2024
1 parent 4d7bc1b commit 95af91a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ansible/playbooks/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,14 @@
community.general.homebrew_cask:
name: graphviz

###########################
# httrack
# HTTrack Website Copier, copy websites to your computer
#
# https://github.com/xroche/httrack
###########################
- name: MacOS => install httrack
when: ansible_distribution == 'MacOSX'
community.general.homebrew_cask:
name: httrack

0 comments on commit 95af91a

Please sign in to comment.