Skip to content

Commit

Permalink
ironic post-deploy: revert Become for interface setup
Browse files Browse the repository at this point in the history
using become for an included role is a syntax error, remove it
  • Loading branch information
msherman64 committed Aug 29, 2023
1 parent 8898b7a commit d14a87d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/post_ironic/tasks/networks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
name: michaelrigart.interfaces
vars:
interfaces_ether_interfaces: "{{ (ironic_interfaces | default([])) }}"
become: True
when:
- manage_ironic_gateway_interface | bool
- enable_ironic | bool
Expand Down

0 comments on commit d14a87d

Please sign in to comment.