Skip to content

Commit

Permalink
Cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 7, 2024
1 parent 6280f84 commit 9d211fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/tasks/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"

- name: generate

Check warning on line 11 in tests/tasks/pre.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.
connection: local
become: false
block:

- name: generate key

Check warning on line 15 in tests/tasks/pre.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.
ansible.builtin.command: >
openssl genrsa -out {{ ca_certificates_certificate_key_file }} 2048
Expand All @@ -28,6 +29,3 @@
;
args:
creates: "{{ ca_certificates_certificate_crt_file }}"

connection: local
become: false

0 comments on commit 9d211fe

Please sign in to comment.