Skip to content

Commit

Permalink
Add a comment mentioning #42
Browse files Browse the repository at this point in the history
  • Loading branch information
dav3r committed Apr 23, 2021
1 parent 66d88b7 commit a305491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pca_gophish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
# That is why the next step removes the default published ports from
# docker-compose.yml so that only the ports specified in
# docker-compose.production.yml will be published.
#
# TODO: Due to the extreme ugliness of the following regex,
# https://github.com/cisagov/pca-gophish-composition-packer/issues/42
# was created to find a cleaner solution to this problem.
- name: Remove default postfix published ports
ansible.builtin.replace:
path: "{{ pca_gophish_composition_path }}/docker-compose.yml"
Expand Down

0 comments on commit a305491

Please sign in to comment.