PaloAltoNetworks / PaloAltoNetworks/pan.dev
Issue/Help with "Ansible for PAN-OS"
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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