]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible/requirements: Use private github repo to fix include:
authorDan Mick <dmick@redhat.com>
Sun, 26 May 2024 21:51:59 +0000 (14:51 -0700)
committerDan Mick <dmick@redhat.com>
Wed, 29 May 2024 09:19:22 +0000 (02:19 -0700)
ansible has removed include:.  Create clones of the two
repos in sensu-requirements.yml to change it to import_tasks:.

Signed-off-by: Dan Mick <dmick@redhat.com>
ansible/requirements/sensu-requirements.yml

index 7914983260b4d35fc83b78d8a73efb8da9b99fb9..08be456311e68c17711d530ceb7711d02ab79fa9 100644 (file)
@@ -1,7 +1,9 @@
-- src: https://github.com/andrewschoen/ansible-playbook-sensu
+- src: https://github.com/dmick/ansible-playbook-sensu
   scm: git
   name: Mayeu.sensu
   version: remotes/origin/plugin-gem-install
 
-- src: Mayeu.RabbitMQ
-  version: 1.4.0
+- src: https://github.com/dmick/ansible-playbook-rabbitmq
+  scm: git
+  name: Mayeu.RabbitMQ
+  version: remotes/origin/master