Applied ansible-lint fixes
This commit is contained in:
parent
aa4d106cd3
commit
d52ae67f56
33 changed files with 495 additions and 465 deletions
|
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
- name: Provision debian server
|
||||
hosts: bookworm
|
||||
pre_tasks:
|
||||
- name: Install shared packages
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: '{{ packages }}'
|
||||
name: "{{ packages }}"
|
||||
tasks:
|
||||
- name: Generic provisioning
|
||||
ansible.builtin.import_tasks: tasks/setup.yml
|
||||
|
|
@ -71,4 +72,4 @@
|
|||
tags: transip-client
|
||||
handlers:
|
||||
- name: Import handlers
|
||||
ansible.builtin.import_tasks: 'handlers.yml'
|
||||
ansible.builtin.import_tasks: "handlers.yml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue