Add deprecated warning

This commit is contained in:
Jeremy Gardais 2019-02-27 15:20:06 +01:00
parent 52f4acd9a3
commit 9cad590925
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
DEPRECATED, see README.md
## v1.1.2 ## v1.1.2

View File

@ -1,5 +1,8 @@
# PKG_UTILS # PKG_UTILS
Deprecated in favor of Debops roles [apt_install][debops apt_install role] and
[resources][debops resources role].
1. [Overview](#overview) 1. [Overview](#overview)
2. [Role Variables](#role-variables) 2. [Role Variables](#role-variables)
* [OS Specific Variables](#os-specific-variables) * [OS Specific Variables](#os-specific-variables)
@ -153,3 +156,5 @@ Jérémy Gardais
[pkg_utils github]: https://github.com/ipr-cnrs/pkg_utils [pkg_utils github]: https://github.com/ipr-cnrs/pkg_utils
[wtfpl website]: http://www.wtfpl.net/about/ [wtfpl website]: http://www.wtfpl.net/about/
[ipr website]: https://ipr.univ-rennes1.fr/ [ipr website]: https://ipr.univ-rennes1.fr/
[debops apt_install role]: https://docs.debops.org/en/master/ansible/roles/debops.apt_install/index.html
[debops resources role]: https://docs.debops.org/en/master/ansible/roles/debops.resources/index.html