Skip to content

Commit ca5eeee

Browse files
authored
NGX-803: Do not manage default.conf (#30)
* NGX-803: Empty contents of default.conf * NGX-803: Remove version definitions * NGX-803: Handle www.conf (fpm) + default.conf (nginx)
1 parent dc15ebc commit ca5eeee

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# requirements.txt
22

33
ansible-lint
4-
ansible>=6,<7
4+
ansible
55
molecule-plugins[docker]
6-
molecule>=5,<6
6+
molecule
77
pre-commit

tasks/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@
8989
notify: Restart nginx
9090
tags: profile
9191

92-
- name: Remove NGINX default.conf
93-
ansible.builtin.file:
94-
path: /etc/nginx/conf.d/default.conf
95-
state: absent
96-
notify: Restart nginx
97-
9892
- name: Include systemd restart configuation
9993
ansible.builtin.include_tasks: systemd.yml
10094
when: >-

0 commit comments

Comments
 (0)