Move the playbooks for loopabull to a different location

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-08-08 10:57:38 +02:00
parent aaf8e1c381
commit 225382a6fa
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
# playbooks git repo # playbooks git repo
# #
# URL to the git repo to clone that contains loopabull playbooks # URL to the git repo to clone that contains loopabull playbooks
playbooks_repo: "https://pagure.io/releng-automation.git" playbooks_repo: "https://pagure.io/Fedora-Infra/loopabull-tasks.git"
# plugin # plugin
# #
@ -25,7 +25,7 @@ routing_keys:
# #
# The full path location of the directory containing your playbooks that # The full path location of the directory containing your playbooks that
# coorelate to the routing_keys # coorelate to the routing_keys
playbooks_dir: /usr/share/doc/loopabull/examples/playbooks/ playbooks_dir: /srv/loopabull-tasks/playbooks
# ansible_cfg_path # ansible_cfg_path
# #

View file

@ -15,7 +15,7 @@
- name: clone the playbooks repo into playbooks dir - name: clone the playbooks repo into playbooks dir
git: git:
repo: "https://pagure.io/releng-automation.git" repo: "https://pagure.io/Fedora-Infra/loopabull-tasks.git"
dest: "{{playbooks_dir}}" dest: "{{playbooks_dir}}"
- name: Install the loopabull@.service template - name: Install the loopabull@.service template