From b94844734f96c7743cb7545ea3bf6263603964d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Mon, 6 Aug 2018 15:52:15 +0200 Subject: [PATCH] Stop support and use DebOps apt roles --- CHANGELOG.md | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bff95..eeea1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +This role is **NO LONGER SUPPORTED**, please take a look to [debops.apt][debops doc apt], [debops.apt_install][debops doc apt_install], [debops.apt_preferences][debops doc apt_preferences] and all others [DebOps apt_* roles][debops doc apt roles]. ## v1.1 diff --git a/README.md b/README.md index a5dae16..6aedf56 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Apt +This role is **NO LONGER SUPPORTED**, please take a look to [debops.apt][debops doc apt], [debops.apt_install][debops doc apt_install], [debops.apt_preferences][debops doc apt_preferences] and all others [DebOps apt_* roles][debops doc apt roles]. + 1. [Overview](#overview) 2. [Role Variables](#role-variables) 3. [Example Playbook](#example-playbook) @@ -108,3 +110,7 @@ Jérémy Gardais [apt github]: https://github.com/ipr-cnrs/apt [wtfpl website]: http://www.wtfpl.net/about/ [ipr website]: https://ipr.univ-rennes1.fr/ +[debops doc apt_install]: https://docs.debops.org/en/master/ansible/roles/debops.apt_install/index.html +[debops doc apt]: https://docs.debops.org/en/master/ansible/roles/debops.apt/index.html +[debops doc apt_preferences]: https://docs.debops.org/en/master/ansible/roles/debops.apt_preferences/index.html +[debops doc apt roles]: https://docs.debops.org/en/master/search.html?q=debops.apt_&check_keywords=yes