Skip to content

Commit

Permalink
Cleanup code, use cased names.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed May 12, 2023
1 parent 8ba60ba commit 1356483
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ The machine needs to be prepared. In CI this is done using [`molecule/default/pr

```yaml
---
- name: prepare
- name: Prepare
hosts: all
become: yes
gather_facts: no
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
@@ -1,5 +1,5 @@
---
- name: prepare
- name: Prepare
hosts: all
become: yes
gather_facts: no
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Expand Up @@ -5,5 +5,5 @@
gather_facts: yes

tasks:
- name: check if connection still works
- name: Check if connection still works
ansible.builtin.ping:

0 comments on commit 1356483

Please sign in to comment.