Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneyDazed authored Apr 3, 2024
1 parent c97bad4 commit 8309e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cockpit/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
dns_record: "{{ lookup('vars', role_name + '_dns_record') }}"
dns_zone: "{{ lookup('vars', role_name + '_dns_zone') }}"
dns_proxy: "{{ lookup('vars', role_name + '_dns_proxy') }}"
when: not cockpit_traefik_enabled
when: cockpit_traefik_enabled

- name: Check if 'cockpit_socket' exists
ansible.builtin.stat:
Expand Down

0 comments on commit 8309e92

Please sign in to comment.