🚨 Fix wrong indentation
Fixes the following ansible-lint warnings: yaml[indentation]: Wrong indentation: expected 6 but found 4 roles/nfs-host/tasks/main.yml:6 yaml[indentation]: Wrong indentation: expected 6 but found 4 roles/nginx_https_ingress/tasks/main.yml:11 yaml[indentation]: Wrong indentation: expected 6 but found 4 roles/nginx_https_ingress/tasks/main.yml:48
This commit is contained in:
parent
fa7e94403f
commit
a9e5a509a5
2 changed files with 7 additions and 7 deletions
|
@ -3,9 +3,9 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
state: present
|
state: present
|
||||||
name:
|
name:
|
||||||
- nfs-kernel-server
|
- nfs-kernel-server
|
||||||
- nfs-common
|
- nfs-common
|
||||||
- parted
|
- parted
|
||||||
|
|
||||||
- name: Create a new ext4 primary partition
|
- name: Create a new ext4 primary partition
|
||||||
community.general.parted:
|
community.general.parted:
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
state: present
|
state: present
|
||||||
name:
|
name:
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- gnupg2
|
- gnupg2
|
||||||
|
|
||||||
### Setup APT cache for the nginx repository
|
### Setup APT cache for the nginx repository
|
||||||
#
|
#
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
state: present
|
state: present
|
||||||
name:
|
name:
|
||||||
# This version of nginx comes with the ngx_stream_core_module module
|
# This version of nginx comes with the ngx_stream_core_module module
|
||||||
- nginx
|
- nginx
|
||||||
|
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue