Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdewit committed Jan 15, 2024
1 parent 47c5d84 commit df71ae5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tasks/setup-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name: "{{ packages }}"
vars:
packages:
- git
- curl
- build-essential
- libssl-dev
- git
- curl
- build-essential
- libssl-dev
8 changes: 4 additions & 4 deletions tasks/setup-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: "{{ packages }}"
vars:
packages:
- "@Development Tools"
- git
- curl
- openssl-devel
- "@Development Tools"
- git
- curl
- openssl-devel

0 comments on commit df71ae5

Please sign in to comment.