Fix with_item vs with_items typo
This commit is contained in:
parent
b6345778d8
commit
e22c9b1d95
1 changed files with 21 additions and 21 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
- name: install the planet packages
|
||||
yum: pkg={{item}} state=present
|
||||
with_items:
|
||||
with_itemss:
|
||||
- venus
|
||||
tags:
|
||||
- planet_server
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
- name: create planet directory
|
||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_item:
|
||||
with_items:
|
||||
- /srv/planet/site
|
||||
- /srv/planet/config
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
|||
|
||||
- name: create planet directory (people)
|
||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_item:
|
||||
with_items:
|
||||
- /etc/planet/people
|
||||
- /srv/planet/site/people
|
||||
- /srv/planet/config/people
|
||||
|
@ -77,7 +77,7 @@
|
|||
|
||||
- name: create planet directory (design)
|
||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_item:
|
||||
with_items:
|
||||
- /etc/planet/design
|
||||
- /srv/planet/config/design
|
||||
- /srv/planet/site/design
|
||||
|
@ -94,7 +94,7 @@
|
|||
|
||||
- name: copy the cache and templates (design)
|
||||
copy: src=sub-planets/design/{{ item }} dest=/srv/planet/config/design/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- cache
|
||||
- templates
|
||||
tags:
|
||||
|
@ -102,7 +102,7 @@
|
|||
|
||||
- name: copy the css and images (design)
|
||||
copy: src=sub-planets/design/{{ item }} dest=/srv/planet/site/design/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- css
|
||||
- images
|
||||
tags:
|
||||
|
@ -113,7 +113,7 @@
|
|||
|
||||
- name: create planet directory (desktop)
|
||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_item:
|
||||
with_items:
|
||||
- /etc/planet/desktop
|
||||
- /srv/planet/config/desktop
|
||||
- /srv/planet/site/desktop
|
||||
|
@ -130,7 +130,7 @@
|
|||
|
||||
- name: copy the cache and templates (desktop)
|
||||
copy: src=sub-planets/desktop/{{ item }} dest=/srv/planet/config/desktop/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- cache
|
||||
- templates
|
||||
tags:
|
||||
|
@ -138,7 +138,7 @@
|
|||
|
||||
- name: copy the css and images (desktop)
|
||||
copy: src=sub-planets/desktop/{{ item }} dest=/srv/planet/site/desktop/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- css
|
||||
- images
|
||||
tags:
|
||||
|
@ -150,7 +150,7 @@
|
|||
|
||||
- name: create planet directory (edited)
|
||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_item:
|
||||
with_items:
|
||||
- /etc/planet/edited
|
||||
- /srv/planet/config/edited
|
||||
- /srv/planet/site/edited
|
||||
|
@ -167,7 +167,7 @@
|
|||
|
||||
- name: copy the cache and templates (edited)
|
||||
copy: src=sub-planets/edited/{{ item }} dest=/srv/planet/config/edited/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- cache
|
||||
- templates
|
||||
tags:
|
||||
|
@ -175,7 +175,7 @@
|
|||
|
||||
- name: copy the css and images (edited)
|
||||
copy: src=sub-planets/edited/{{ item }} dest=/srv/planet/site/edited/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- css
|
||||
- images
|
||||
tags:
|
||||
|
@ -187,7 +187,7 @@
|
|||
|
||||
- name: create planet directory (people)
|
||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_item:
|
||||
with_items:
|
||||
- /etc/planet/people
|
||||
- /srv/planet/config/people
|
||||
- /srv/planet/site/people
|
||||
|
@ -204,7 +204,7 @@
|
|||
|
||||
- name: copy the cache and templates (people)
|
||||
copy: src=sub-planets/people/{{ item }} dest=/srv/planet/config/people/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- cache
|
||||
- templates
|
||||
tags:
|
||||
|
@ -212,7 +212,7 @@
|
|||
|
||||
- name: copy the css and images (people)
|
||||
copy: src=sub-planets/people/{{ item }} dest=/srv/planet/site/people/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- css
|
||||
- images
|
||||
tags:
|
||||
|
@ -224,7 +224,7 @@
|
|||
|
||||
- name: create planet directory (security)
|
||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_item:
|
||||
with_items:
|
||||
- /etc/planet/security
|
||||
- /srv/planet/config/security
|
||||
- /srv/planet/site/security
|
||||
|
@ -241,7 +241,7 @@
|
|||
|
||||
- name: copy the cache and templates (security)
|
||||
copy: src=sub-planets/security/{{ item }} dest=/srv/planet/config/security/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- cache
|
||||
- templates
|
||||
tags:
|
||||
|
@ -249,7 +249,7 @@
|
|||
|
||||
- name: copy the css and images (security)
|
||||
copy: src=sub-planets/security/{{ item }} dest=/srv/planet/site/security/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- css
|
||||
- images
|
||||
tags:
|
||||
|
@ -261,7 +261,7 @@
|
|||
|
||||
- name: create planet directory (summer-coding)
|
||||
file: path={{ item }} state=directory owner=planet-user group=web mode=0775
|
||||
with_item:
|
||||
with_items:
|
||||
- /etc/planet/summer-coding
|
||||
- /srv/planet/config/summer-coding
|
||||
- /srv/planet/site/summer-coding
|
||||
|
@ -278,7 +278,7 @@
|
|||
|
||||
- name: copy the cache and templates (summer-coding)
|
||||
copy: src=sub-planets/summer-coding/{{ item }} dest=/srv/planet/config/summer-coding/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- cache
|
||||
- templates
|
||||
tags:
|
||||
|
@ -286,7 +286,7 @@
|
|||
|
||||
- name: copy the css and images (summer-coding)
|
||||
copy: src=sub-planets/summer-coding/{{ item }} dest=/srv/planet/site/summer-coding/{{ item }}
|
||||
with_item:
|
||||
with_items:
|
||||
- css
|
||||
- images
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue