Skip to content

Commit

Permalink
fix for only_site processing
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed May 28, 2024
1 parent 5d80824 commit de29468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/debian/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@

- name: Nginx | Removing status page
ansible.builtin.include_tasks: rm_status.yml
when: NGINX_CONFIG.status_page.state != 'present'
when:
- NGINX_CONFIG.status_page.state != 'present'
- only_site is undefined
tags: [base, config, sites]
args:
apply:
Expand Down

0 comments on commit de29468

Please sign in to comment.