diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e3b68e2..15afe58b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ ENHANCEMENTS: BUG FIXES: - Avoid re-copying the NGINX Amplify config file every time the role is run. -- Fix conditional statements should not include jinja2 templating warning. +- Update conditional statements to avoid include Jinja2 warnings. +- Fix issue when installing NGINX on BSD systems. CI/CD: diff --git a/tasks/opensource/install-bsd.yml b/tasks/opensource/install-bsd.yml index 3e50163e3..160daa252 100644 --- a/tasks/opensource/install-bsd.yml +++ b/tasks/opensource/install-bsd.yml @@ -15,7 +15,7 @@ creates: /usr/ports - name: (DragonFlyBSD/FreeBSD/HardenedBSD) {{ nginx_setup | capitalize }} NGINX - when: ansible_facts['system'] in ['DragonFlyBSD', 'FreeBSD' 'HardenedBSD'] + when: ansible_facts['system'] in ['DragonFlyBSD', 'FreeBSD', 'HardenedBSD'] block: - name: (DragonFlyBSD/FreeBSD/HardenedBSD) {{ nginx_setup | capitalize }} NGINX package community.general.pkgng: