Skip to content

Commit 2bfa7f8

Browse files
Rename role.
1 parent 8894f74 commit 2bfa7f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This example is taken from [`molecule/default/converge.yml`](https://github.com/
1818
gather_facts: true
1919

2020
roles:
21-
- role: ansible-role-diskspace
21+
- role: robertdebock.diskspace
2222
# In a container these mounts should be available.
2323
diskspace_mounts:
2424
- name: /etc/resolv.conf

molecule/default/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
gather_facts: true
66

77
roles:
8-
- role: ansible-role-diskspace
8+
- role: robertdebock.diskspace
99
# In a container these mounts should be available.
1010
diskspace_mounts:
1111
- name: /etc/resolv.conf

0 commit comments

Comments
 (0)