Skip to content
Snippets Groups Projects
Verified Commit 64682505 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

lint: adjust two task names to fix name[template]

Using templates anywhere but the end of the name makes grepping for
errors more difficult.
parent a36a6c40
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
template: src=authorized_keys_client.j2 dest={{ tempfile.path }} mode=preserve
no_log: true
- name: Upload authorized_keys file to {{ backup_dir }}/{{ item.item }}
- name: Upload authorized_keys file for {{ item.item }}
expect:
command: |
bash -c 'sftp {{ storagebox_username }}@{{ storagebox_hostname }} <<EOF
......
......@@ -25,6 +25,6 @@
- name: Enable and start rebuilderd
systemd: name=rebuilderd enabled=yes state=started
- name: Enable and start rebuilderd {{ item }} timer
- name: Enable and start rebuilderd-sync timer for {{ item }}
systemd: name=rebuilderd-sync@archlinux-{{ item }}.timer enabled=yes state=started
with_items: "{{ suites }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment