PaloAltoNetworks / PaloAltoNetworks/pan.dev

Issue/Help with "Ansible for PAN-OS"

Open
#536 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation
Dominant language
MDX
Stars
78
Forks
88
Avg merge
5d 17h
Merged PRs (30d)
18

Description

Documentation link

In "tasks", register: --> should be "result".
Try to tun the playbook like it is now, will through errors.

tasks:
- name: Commit candidate configuration
paloaltonetworks.panos.panos_commit_firewall:
provider: "{{ device }}"
register: results

Describe the problem

Suggested fix

Just change "results" with "result"...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Ansible for PAN-OS task documentation containing the Commit candidate configuration example and compare its register value with the issue's playbook snippet. Update the documented value from "results" to "result", then run the playbook as suggested to confirm the reported errors are resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
ansible
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.