apps-fp-o: Install the apps-fp-o RPM package and reorder the playbook just a little bit
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
07ef31c4c9
commit
f4c9127444
1 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
#- name: Install that apps-fp-o rpm package
|
||||
# package: name=apps-fp-o state=present
|
||||
# tags:
|
||||
# - apps-fp-o
|
||||
- name: Install that apps-fp-o rpm package
|
||||
package: name=apps-fp-o state=present
|
||||
tags:
|
||||
- apps-fp-o
|
||||
|
||||
- name: Copy in the proxy config
|
||||
copy: >
|
||||
|
@ -24,7 +24,12 @@
|
|||
tags:
|
||||
- apps-fp-o
|
||||
|
||||
- name: Copy in some global assets used around our apps
|
||||
- name: Copy over any extra icons we carry
|
||||
synchronize: src=img/icons/ dest=/srv/web/apps-fp-o/img/icons/
|
||||
tags:
|
||||
- apps-fp-o
|
||||
|
||||
- name: Copy in some extra global assets (openid.js, fedora-boostrap...) used around our apps
|
||||
synchronize: src=global/ dest=/srv/web/apps-fp-o/global/
|
||||
tags:
|
||||
- apps-fp-o
|
||||
|
@ -51,7 +56,3 @@
|
|||
# tags:
|
||||
# - apps-fp-o
|
||||
|
||||
- name: Copy over any extra icons we carry
|
||||
synchronize: src=img/icons/ dest=/srv/web/apps-fp-o/img/icons/
|
||||
tags:
|
||||
- apps-fp-o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue