Skip to content

Commit b69f471

Browse files
authored
Update README.md
1 parent 4a40a25 commit b69f471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This Ansible collection provides control over a Check Point management server us
33
Check Point's web-services APIs.
44

55
The Ansible Check Point modules reference can be found here:
6-
https://docs.ansible.com/ansible/latest/modules/list_of_network_modules.html#check-point
6+
https://docs.ansible.com/ansible/latest/modules/list_of_network_modules.html#check-point.
77
Note - look only at the `cp_mgmt_*` modules, cause the `checkpoint_*` will be depricated.
88

99
Installation instructions
@@ -30,7 +30,7 @@ ansible_user=%YOUR_USER%
3030
ansible_password=%YOUR_PASSWORD%
3131
ansible_network_os=check_point.mgmt.checkpoint
3232
```
33-
Note - If you want to run against Ansible version 2.9 instead of the collection, just replace `ansible_network_os=check_point.mgmt.checkpoint` with `ansible_network_os=checkpoint`
33+
Note - If you want to run against Ansible version 2.9 instead of the collection, just replace `ansible_network_os=check_point.mgmt.checkpoint` with `ansible_network_os=checkpoint`.
3434
2. Run a playbook:
3535
```sh
3636
ansible-playbook your_ansible_playbook.yml

0 commit comments

Comments
 (0)