roles/common: Add names to include tasks
I'm not sure why these weren't caught by ansible-lint.
This commit is contained in:
parent
e86e2c081b
commit
15bf4727c1
@ -20,9 +20,11 @@
|
||||
- lrzip
|
||||
- unzip
|
||||
|
||||
- import_tasks: cron-apt.yml
|
||||
- name: Configure cron-apt
|
||||
import_tasks: cron-apt.yml
|
||||
tags: cron-apt
|
||||
|
||||
- import_tasks: tarsnap.yml
|
||||
- name: Install tarsnap
|
||||
import_tasks: tarsnap.yml
|
||||
|
||||
# vim: set sw=2 ts=2:
|
||||
|
@ -43,9 +43,11 @@
|
||||
- command-not-found-data
|
||||
- python3-commandnotfound
|
||||
|
||||
- import_tasks: cron-apt.yml
|
||||
- name: Configure cron-apt
|
||||
import_tasks: cron-apt.yml
|
||||
tags: cron-apt
|
||||
|
||||
- import_tasks: tarsnap.yml
|
||||
- name: Install tarsnap
|
||||
import_tasks: tarsnap.yml
|
||||
|
||||
# vim: set sw=2 ts=2:
|
||||
|
Loading…
Reference in New Issue
Block a user