aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ansible/files/pkg-message.in
blob: 5a180d342ebbabebd9d956355c4b30e2c483947a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
message: <<EOD
To use Ansible, you need at least a host database.
If you installed examples, you will have a sample
inventory and a sample configuration file:

  %%EXAMPLESDIR%%/hosts
  %%EXAMPLESDIR%%/ansible.cfg

EOD
type: install
}
{
message: <<EOD
Ansible has been updated to 2.8. Please follow the porting guide
to update the rulesets:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.8.html

If you wish to stay with 2.7 version, you can switch
to new sysutils/ansible27 port, which tracks stable 2.7 branch:

# pkg set -n ansible:ansible27

EOD
maximum_version: "2.8"
type: upgrade
}
]