Skip to content

Commit

Permalink
Fix OS condition in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
medanthelinium committed Dec 11, 2023
1 parent 84c5466 commit ed5a54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- name: Manage the oauth2_proxy service (supervisord)
ansible.builtin.import_tasks: supervisord.yaml
when: ansible_system != 'FreeBSD'
when: ansible_system == 'FreeBSD'

- name: Manage the oauth2_proxy service (systemd)
ansible.builtin.import_tasks: systemd.yaml
Expand Down

0 comments on commit ed5a54e

Please sign in to comment.