copr: don't use colon in task 'name'

This commit is contained in:
Pavel Raiskup 2019-05-13 12:13:16 +02:00
parent 0c61eba755
commit 897334fc94

View file

@ -3,17 +3,17 @@
state: present state: present
name: ['resalloc-server', 'resalloc', 'sqlite'] name: ['resalloc-server', 'resalloc', 'sqlite']
- name: resalloc: sync copr provisioning files - name: resalloc, sync copr provisioning files
synchronize: src="provision/" dest="/var/lib/resallocserver/provision/" synchronize: src="provision/" dest="/var/lib/resallocserver/provision/"
tags: tags:
- provision_config - provision_config
- name: resalloc: sync resalloc provisioning files - name: resalloc, sync resalloc provisioning files
synchronize: src="resalloc_provision/" dest="/var/lib/resallocserver/resalloc_provision/" synchronize: src="resalloc_provision/" dest="/var/lib/resallocserver/resalloc_provision/"
tags: tags:
- provision_config - provision_config
- name: resalloc: ssh directory - name: resalloc, ssh directory
file: file:
path: /var/lib/resallocserver/.ssh path: /var/lib/resallocserver/.ssh
state: directory state: directory
@ -21,7 +21,7 @@
owner: resalloc owner: resalloc
group: resalloc group: resalloc
- name: resalloc: copy backend ssh identity - name: resalloc, copy backend ssh identity
copy: copy:
src: "{{ private }}/files/copr/buildsys.priv" src: "{{ private }}/files/copr/buildsys.priv"
dest: /var/lib/resallocserver/.ssh/id_rsa dest: /var/lib/resallocserver/.ssh/id_rsa
@ -29,7 +29,7 @@
group: resalloc group: resalloc
mode: 0600 mode: 0600
- name: resalloc: ssh config file - name: resalloc, ssh config file
copy: copy:
src: "ssh_config" src: "ssh_config"
dest: /var/lib/resallocserver/.ssh/config dest: /var/lib/resallocserver/.ssh/config
@ -37,7 +37,7 @@
group: resalloc group: resalloc
mode: 0600 mode: 0600
- name: resalloc: server config - name: resalloc, server config
template: template:
src: "resalloc/{{ item }}" src: "resalloc/{{ item }}"
dest: "/etc/resallocserver/{{ item }}" dest: "/etc/resallocserver/{{ item }}"