juju4 / ansible-MISP

ansible role to setup MISP, Malware Information Sharing Platform & Threat Sharing
BSD 2-Clause "Simplified" License
51 stars 21 forks source link

Add missing PHP script into the replacements loop from PR #13 #17

Closed egypcio closed 1 year ago

egypcio commented 1 year ago

Description

Add missing PHP script into the replacements loop from PR #13

Motivation and Context

The MISP application has its source under the app/ directory. PR #13 took care of only once replacement, but there was a missing PHP script with "admin@admin.test" set statically on it which did not make it to that PR.

So, after looking for more entries to replace and filtering out only the PHP-related code under app/ we:

Same as mentioned on pull request #13

Types of changes

Checklist:

juju4 commented 1 year ago

LGTM