Move cache dir up to make an empty cache dir.
This commit is contained in:
parent
fc3ab9a58f
commit
ed51c161f3
1 changed files with 12 additions and 12 deletions
|
@ -80,6 +80,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/planet/design
|
- /etc/planet/design
|
||||||
- /srv/planet/config/design
|
- /srv/planet/config/design
|
||||||
|
- /srv/planet/config/design/cache
|
||||||
- /srv/planet/site/design
|
- /srv/planet/site/design
|
||||||
|
|
||||||
- name: copy the planet cron job (design)
|
- name: copy the planet cron job (design)
|
||||||
|
@ -92,10 +93,9 @@
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
||||||
- name: copy the cache and templates (design)
|
- name: copy templates (design)
|
||||||
copy: src=sub-planets/design/{{ item }} dest=/srv/planet/config/design/{{ item }}
|
copy: src=sub-planets/design/{{ item }} dest=/srv/planet/config/design/{{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- cache
|
|
||||||
- templates
|
- templates
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
@ -116,6 +116,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/planet/desktop
|
- /etc/planet/desktop
|
||||||
- /srv/planet/config/desktop
|
- /srv/planet/config/desktop
|
||||||
|
- /srv/planet/config/desktop/cache
|
||||||
- /srv/planet/site/desktop
|
- /srv/planet/site/desktop
|
||||||
|
|
||||||
- name: copy the planet cron job (desktop)
|
- name: copy the planet cron job (desktop)
|
||||||
|
@ -128,10 +129,9 @@
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
||||||
- name: copy the cache and templates (desktop)
|
- name: copy templates (desktop)
|
||||||
copy: src=sub-planets/desktop/{{ item }} dest=/srv/planet/config/desktop/{{ item }}
|
copy: src=sub-planets/desktop/{{ item }} dest=/srv/planet/config/desktop/{{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- cache
|
|
||||||
- templates
|
- templates
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
@ -153,6 +153,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/planet/edited
|
- /etc/planet/edited
|
||||||
- /srv/planet/config/edited
|
- /srv/planet/config/edited
|
||||||
|
- /srv/planet/config/edited/cache
|
||||||
- /srv/planet/site/edited
|
- /srv/planet/site/edited
|
||||||
|
|
||||||
- name: copy the planet cron job (edited)
|
- name: copy the planet cron job (edited)
|
||||||
|
@ -165,10 +166,9 @@
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
||||||
- name: copy the cache and templates (edited)
|
- name: copy templates (edited)
|
||||||
copy: src=sub-planets/edited/{{ item }} dest=/srv/planet/config/edited/{{ item }}
|
copy: src=sub-planets/edited/{{ item }} dest=/srv/planet/config/edited/{{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- cache
|
|
||||||
- templates
|
- templates
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
@ -190,6 +190,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/planet/people
|
- /etc/planet/people
|
||||||
- /srv/planet/config/people
|
- /srv/planet/config/people
|
||||||
|
- /srv/planet/config/people/cache
|
||||||
- /srv/planet/site/people
|
- /srv/planet/site/people
|
||||||
|
|
||||||
- name: copy the planet cron job (people)
|
- name: copy the planet cron job (people)
|
||||||
|
@ -202,10 +203,9 @@
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
||||||
- name: copy the cache and templates (people)
|
- name: copy templates (people)
|
||||||
copy: src=sub-planets/people/{{ item }} dest=/srv/planet/config/people/{{ item }}
|
copy: src=sub-planets/people/{{ item }} dest=/srv/planet/config/people/{{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- cache
|
|
||||||
- templates
|
- templates
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
@ -227,6 +227,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/planet/security
|
- /etc/planet/security
|
||||||
- /srv/planet/config/security
|
- /srv/planet/config/security
|
||||||
|
- /srv/planet/config/security/cache
|
||||||
- /srv/planet/site/security
|
- /srv/planet/site/security
|
||||||
|
|
||||||
- name: copy the planet cron job (security)
|
- name: copy the planet cron job (security)
|
||||||
|
@ -239,10 +240,9 @@
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
||||||
- name: copy the cache and templates (security)
|
- name: copy templates (security)
|
||||||
copy: src=sub-planets/security/{{ item }} dest=/srv/planet/config/security/{{ item }}
|
copy: src=sub-planets/security/{{ item }} dest=/srv/planet/config/security/{{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- cache
|
|
||||||
- templates
|
- templates
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
@ -264,6 +264,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/planet/summer-coding
|
- /etc/planet/summer-coding
|
||||||
- /srv/planet/config/summer-coding
|
- /srv/planet/config/summer-coding
|
||||||
|
- /srv/planet/config/summer-coding/cache
|
||||||
- /srv/planet/site/summer-coding
|
- /srv/planet/site/summer-coding
|
||||||
|
|
||||||
- name: copy the planet cron job (summer-coding)
|
- name: copy the planet cron job (summer-coding)
|
||||||
|
@ -276,10 +277,9 @@
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
||||||
- name: copy the cache and templates (summer-coding)
|
- name: copy templates (summer-coding)
|
||||||
copy: src=sub-planets/summer-coding/{{ item }} dest=/srv/planet/config/summer-coding/{{ item }}
|
copy: src=sub-planets/summer-coding/{{ item }} dest=/srv/planet/config/summer-coding/{{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- cache
|
|
||||||
- templates
|
- templates
|
||||||
tags:
|
tags:
|
||||||
- planet_server
|
- planet_server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue