From 578ef8149ac24ad37944f5bac9e5d478fced36c3 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Wed, 28 Jun 2023 23:20:13 -0400 Subject: [PATCH] misc: cleanup roles directory The roles for ara live at https://github.com/ansible-community/ara-collection. --- .zuul.d/jobs.yaml | 1 - roles/README.rst | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 roles/README.rst diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index fcc06b0d..f5e05845 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -28,7 +28,6 @@ - ara/* - manage.py - requirements.txt - - roles/* - setup.cfg - setup.py - test-requirements.txt diff --git a/roles/README.rst b/roles/README.rst deleted file mode 100644 index 562173c0..00000000 --- a/roles/README.rst +++ /dev/null @@ -1,11 +0,0 @@ -Roles have been moved -===================== - -The Ansible roles ara_api, ara_frontend_nginx as well as ara_web used to live here but have since been moved to an -`Ansible collection `_. - -This collection is also available on `galaxy.ansible.com `_. - -You can install the collection by running ``ansible-galaxy collection install recordsansible.ara`` - -This directory will eventually be removed. \ No newline at end of file