diff options
author | jgh <jgh@FreeBSD.org> | 2013-02-21 11:24:54 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-02-21 11:24:54 +0800 |
commit | 32a508bd444cd6a473432f555b2ebefea3c56e16 (patch) | |
tree | 8815a8213171d10cdc2c61bde38d066c3b812366 /sysutils | |
parent | 322268397dacf3b86f60c071b207febcaf9a1bda (diff) | |
download | freebsd-ports-gnome-32a508bd444cd6a473432f555b2ebefea3c56e16.tar.gz freebsd-ports-gnome-32a508bd444cd6a473432f555b2ebefea3c56e16.tar.zst freebsd-ports-gnome-32a508bd444cd6a473432f555b2ebefea3c56e16.zip |
- fix pkg-message notes
Submitted by: maintainer, lifanov@mail.lifanov.com
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ansible/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ansible/files/pkg-message.in b/sysutils/ansible/files/pkg-message.in index eb3643aa84f6..a71a8ca86a42 100644 --- a/sysutils/ansible/files/pkg-message.in +++ b/sysutils/ansible/files/pkg-message.in @@ -2,9 +2,9 @@ To use ansible, you need at least a host database. You can find a sample host database file in - %%EXAMPLESDIR%%/ansible.cfg + %%EXAMPLESDIR%%/hosts You can also find a sample configuration file in - %%EXAMPLESDIR%%/hosts + %%EXAMPLESDIR%%/ansible.cfg |