File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ ENHANCEMENTS:
15
15
BUG FIXES:
16
16
17
17
- Avoid re-copying the NGINX Amplify config file every time the role is run.
18
- - Fix conditional statements should not include jinja2 templating warning.
18
+ - Update conditional statements to avoid include Jinja2 warnings.
19
+ - Fix issue when installing NGINX on BSD systems.
19
20
20
21
CI/CD:
21
22
Original file line number Diff line number Diff line change 15
15
creates : /usr/ports
16
16
17
17
- name : (DragonFlyBSD/FreeBSD/HardenedBSD) {{ nginx_setup | capitalize }} NGINX
18
- when : ansible_facts['system'] in ['DragonFlyBSD', 'FreeBSD' 'HardenedBSD']
18
+ when : ansible_facts['system'] in ['DragonFlyBSD', 'FreeBSD', 'HardenedBSD']
19
19
block :
20
20
- name : (DragonFlyBSD/FreeBSD/HardenedBSD) {{ nginx_setup | capitalize }} NGINX package
21
21
community.general.pkgng :
You can’t perform that action at this time.
0 commit comments