style: remove trailing spaces
This commit is contained in:
parent
e258ef4a96
commit
402a5e2be4
1 changed files with 3 additions and 3 deletions
|
|
@ -6,14 +6,14 @@
|
|||
- "ansible_distribution == 'Alpine'"
|
||||
- "ansible_distribution_version == '3.22'"
|
||||
block:
|
||||
|
||||
|
||||
# change repositories
|
||||
- name: "change repositories"
|
||||
ansible.builtin.replace:
|
||||
path: "/etc/apk/repositories"
|
||||
regexp: 'v3\.22'
|
||||
replace: "v3.23"
|
||||
|
||||
|
||||
# update apk cache
|
||||
- name: "update apk cache"
|
||||
ansible.builtin.apk:
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
ansible.builtin.apk:
|
||||
name: "apk-tools"
|
||||
state: "latest"
|
||||
|
||||
|
||||
# upgrade the rest
|
||||
- name: "upgrade the rest"
|
||||
ansible.builtin.apk:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue