Skip to content

Commit

Permalink
fix setups in sushy-tools and ntp
Browse files Browse the repository at this point in the history
  • Loading branch information
nocturnalastro authored and arjuhe committed Jun 13, 2024
1 parent 3eeb848 commit 8126c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/deploy_ntp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
SETUP_NTP_SERVICE: "{{setup_ntp_service | default(true)}}"
pre_tasks:
- name: Setup facts
ansible.builtin.set_fact:
ansible.builtin.setup:
when: SETUP_NTP_SERVICE | bool
roles:
- role: redhatci.ocp.setup_ntp
Expand Down
2 changes: 1 addition & 1 deletion playbooks/deploy_sushy_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
SETUP_SUSHY_TOOLS: "{{ setup_sushy_tools | default(setup_vms | default(true)) }}"
pre_tasks:
- name: Setup facts
ansible.builtin.set_fact:
ansible.builtin.setup:
when: SETUP_SUSHY_TOOLS | bool
roles:
- role: redhatci.ocp.setup_sushy_tools
Expand Down

0 comments on commit 8126c6d

Please sign in to comment.