Skip to content

Commit

Permalink
change hosts parameter back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Sep 29, 2023
1 parent 1baa29d commit 61704c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/AdoptOpenJDK_Unix_Playbook/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# It can be defined as 'all' or a specific group which the host belongs to.
# For example, it can be 'all' or 'x86' for when a host is in the group 'x86'.
- name: Ansible Unix playbook
hosts: all
hosts: "{{ Groups | default('localhost:build:test:perf:jck:!*zos*:!*win*:!*aix*') }}"
gather_facts: yes
tasks:
- name: Run Tasks
Expand Down

0 comments on commit 61704c4

Please sign in to comment.