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 edf6baa commit f9d6d80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ The machine needs to be prepared. In CI this is done using [`molecule/default/pr
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
gather_facts: no
roles:
- role: robertdebock.bootstrap
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
gather_facts: no

roles:
- role: robertdebock.bootstrap
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
gather_facts: no

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

0 comments on commit f9d6d80

Please sign in to comment.