Skip to content

Commit

Permalink
add opensuse tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanchancey committed Mar 20, 2024
1 parent 4592cbe commit 2219d2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/tmux/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
- name: Run openSUSE Tasks
ansible.builtin.import_tasks: suse.yml
when: ansible_os_family == 'Suse'
become: true

- name: "Tmux | Checking for Distribution Config: {{ ansible_distribution }}"
ansible.builtin.stat:
path: "{{ role_path }}/tasks/{{ ansible_distribution }}.yml"
Expand Down

0 comments on commit 2219d2d

Please sign in to comment.