diff options
Diffstat (limited to 'ansible_collections/cisco/intersight/playbooks/pxe_boot.yml')
-rw-r--r-- | ansible_collections/cisco/intersight/playbooks/pxe_boot.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ansible_collections/cisco/intersight/playbooks/pxe_boot.yml b/ansible_collections/cisco/intersight/playbooks/pxe_boot.yml index d60874f42..1303f91a2 100644 --- a/ansible_collections/cisco/intersight/playbooks/pxe_boot.yml +++ b/ansible_collections/cisco/intersight/playbooks/pxe_boot.yml @@ -2,10 +2,9 @@ # Example Playbook: cisco.intersight.intersight_boot_order_policy # Runs on localhost since policies are only configured once # Author: Tse Kai "Kevin" Chan (@BrightScale) -- hosts: localhost +- name: Example PXE boot policy + hosts: localhost connection: local - collections: - - cisco.intersight gather_facts: false vars: # Create an anchor for api_info that can be used throughout the file @@ -21,7 +20,7 @@ org_name: dsoper-DevNet tasks: - name: Configure Boot Order Policy with PXE - intersight_boot_order_policy: + cisco.intersight.intersight_boot_order_policy: <<: *api_info organization: "{{ org_name }}" name: PXE-Boot |