mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 08:54:04 +01:00
fix: use consistent indentation in YAML
This commit is contained in:
parent
e37600d4f3
commit
72029f2848
@ -21,11 +21,11 @@ tasks:
|
||||
---
|
||||
- hosts: srv-demo-1.home.clcreative.de
|
||||
tasks:
|
||||
- name: upgrade apt packages
|
||||
become: true
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
||||
- name: upgrade apt packages
|
||||
become: true
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
||||
# <--
|
||||
id_rsa: "{{ secret('SSH_KEY') }}"
|
||||
- id: ansible_task
|
||||
|
Loading…
Reference in New Issue
Block a user