We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc15ebc commit ca5eeeeCopy full SHA for ca5eeee
requirements.txt
@@ -1,7 +1,7 @@
1
# requirements.txt
2
3
ansible-lint
4
-ansible>=6,<7
+ansible
5
molecule-plugins[docker]
6
-molecule>=5,<6
+molecule
7
pre-commit
tasks/main.yml
@@ -89,12 +89,6 @@
89
notify: Restart nginx
90
tags: profile
91
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
-
98
- name: Include systemd restart configuation
99
ansible.builtin.include_tasks: systemd.yml
100
when: >-
0 commit comments