Skip to content

Commit

Permalink
Cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Dec 20, 2024
1 parent 23a37dd commit 26b0f46
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,22 @@
- autossh-tunnel-client-configure

- name: service
block:
- name: service-initd
ansible.builtin.import_tasks: service-initd.yml
when: is_docker_guest
tags:
- configuration
- autossh-tunnel-client
- autossh-tunnel-client-service
- autossh-tunnel-client-service-initd
block:
- name: service-initd
ansible.builtin.import_tasks: service-initd.yml

- name: service
when: not is_docker_guest
tags:
- configuration
- autossh-tunnel-client
- autossh-tunnel-client-service
block:
- name: service upstart
ansible.builtin.import_tasks: service-upstart.yml
Expand All @@ -50,11 +55,6 @@
when: ansible_service_mgr == 'systemd'
tags:
- autossh-tunnel-client-service-systemd
when: not is_docker_guest
tags:
- configuration
- autossh-tunnel-client
- autossh-tunnel-client-service

- name: start and enable service
ansible.builtin.service:
Expand Down

0 comments on commit 26b0f46

Please sign in to comment.