From 9cad590925f0b85fcb59dfa6bcc1e7e873fff372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Wed, 27 Feb 2019 15:20:06 +0100 Subject: [PATCH] Add deprecated warning --- CHANGELOG.md | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee24a59..fb08ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +DEPRECATED, see README.md ## v1.1.2 diff --git a/README.md b/README.md index 6c9f282..23dc759 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # PKG_UTILS +Deprecated in favor of Debops roles [apt_install][debops apt_install role] and +[resources][debops resources role]. + 1. [Overview](#overview) 2. [Role Variables](#role-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 [wtfpl website]: http://www.wtfpl.net/about/ [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