Skip to content

Commit

Permalink
fix(ansible): use new mgmt server in playbook
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored May 15, 2024
1 parent f6cc4b6 commit eff2584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
register: result

- name: Set up for OPI LAB environment
hosts: hostservers,DPUs
hosts: hostservers,DPUs,Management
become: yes
tasks:
- name: Install usefull packages
Expand Down

0 comments on commit eff2584

Please sign in to comment.