diff --git a/README.md b/README.md index 2f5e948..ed279b8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/molecule/default/prepare.yml b/molecule/default/prepare.yml index c8572a5..dbdd6d8 100644 --- a/molecule/default/prepare.yml +++ b/molecule/default/prepare.yml @@ -1,8 +1,8 @@ --- - name: Prepare hosts: all - gather_facts: no become: yes + gather_facts: no roles: - role: robertdebock.bootstrap diff --git a/molecule/default/verify.yml b/molecule/default/verify.yml index 37f1090..6b7f3b8 100644 --- a/molecule/default/verify.yml +++ b/molecule/default/verify.yml @@ -5,5 +5,5 @@ gather_facts: no tasks: - - name: check if connection still works + - name: Check if connection still works ansible.builtin.ping: