Bunch more work on infinoted
This commit is contained in:
parent
343e31a903
commit
1c254ae9a1
6 changed files with 70 additions and 0 deletions
1
roles/cgit/make_pkgs_list/files/cgit-projects-infinote
Normal file
1
roles/cgit/make_pkgs_list/files/cgit-projects-infinote
Normal file
|
@ -0,0 +1 @@
|
|||
infinote.git
|
|
@ -25,6 +25,10 @@
|
|||
copy: src=cgit-projects-batcave dest=/etc/cgit-projects-batcave mode=0644
|
||||
when: inventory_hostname.startswith('batcave')
|
||||
|
||||
- name: install the file for infinote
|
||||
copy: src=cgit-projects-infinote dest=/etc/cgit-projects-infinote mode=0644
|
||||
when: inventory_hostname.startswith('infinote')
|
||||
|
||||
- name: install the cron job
|
||||
cron: >
|
||||
name="make-cgit-pkgs-list" cron_file="ansible-make-cgit-pkgs-list"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue