Move the playbooks for loopabull to a different location
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
aaf8e1c381
commit
225382a6fa
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# playbooks git repo
|
||||
#
|
||||
# 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
|
||||
#
|
||||
|
@ -25,7 +25,7 @@ routing_keys:
|
|||
#
|
||||
# The full path location of the directory containing your playbooks that
|
||||
# coorelate to the routing_keys
|
||||
playbooks_dir: /usr/share/doc/loopabull/examples/playbooks/
|
||||
playbooks_dir: /srv/loopabull-tasks/playbooks
|
||||
|
||||
# ansible_cfg_path
|
||||
#
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
- name: clone the playbooks repo into playbooks dir
|
||||
git:
|
||||
repo: "https://pagure.io/releng-automation.git"
|
||||
repo: "https://pagure.io/Fedora-Infra/loopabull-tasks.git"
|
||||
dest: "{{playbooks_dir}}"
|
||||
|
||||
- name: Install the loopabull@.service template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue