Skip to content

Commit

Permalink
post test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Muntean committed Nov 22, 2023
1 parent 778096a commit 48f96dd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion roles/iim/tasks/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
when: (ansible_distribution_major_version | int) == 7

- name: Linux common
# include: "linux_common.yml"
include_tasks:
file: "linux_common.yml"
1 change: 0 additions & 1 deletion roles/iim/tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
state: present

- name: Linux common
# include: "linux_common.yml"
include_tasks:
file: "linux_common.yml"
1 change: 0 additions & 1 deletion roles/iim/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
when: ansible_os_family == "Windows"

- name: Install IIM
# include: "{{ ansible_os_family | lower }}.yml"
include_tasks:
file: "{{ ansible_os_family | lower }}.yml"
when: (linux_iim_dir.stat is defined and not linux_iim_dir.stat.exists) or (win_iim_dir.stat is defined and not win_iim_dir.stat.exists)
2 changes: 0 additions & 2 deletions roles/iim/tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@
when: (ansible_distribution_major_version | int) == 7

- name: Linux common
# include: "linux_common.yml"
include_tasks:
file: "linux_common.yml"

0 comments on commit 48f96dd

Please sign in to comment.