Skip to content

Commit 7fd1e1d

Browse files
authored
Update README.md
1 parent b69f471 commit 7fd1e1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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.
7-
Note - look only at the `cp_mgmt_*` modules, cause the `checkpoint_*` will be depricated.
6+
https://docs.ansible.com/ansible/latest/modules/list_of_network_modules.html#check-point
7+
<br>Note - look only at the `cp_mgmt_*` modules, cause the `checkpoint_*` will be depricated.
88

99
Installation instructions
1010
-------------------------
@@ -30,8 +30,8 @@ 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`.
34-
2. Run a playbook:
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`
34+
<br><br>2. Run a playbook:
3535
```sh
3636
ansible-playbook your_ansible_playbook.yml
3737
```

0 commit comments

Comments
 (0)