diff options
author | Andrew Butcher <abutcher@afrolegs.com> | 2016-07-08 16:00:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 16:00:38 -0400 |
commit | 318441bd8f6269dc0c354656f4767179565f8abf (patch) | |
tree | edba3b14f5c20538e797cbd06d0fd6035cd172fc /roles/openshift_expand_partition | |
parent | a2b368f82701cac41cbd904c63931d657d0673dd (diff) | |
parent | a09376be2acbd4bd94415b1480f65372e5652551 (diff) | |
download | openshift-318441bd8f6269dc0c354656f4767179565f8abf.tar.gz openshift-318441bd8f6269dc0c354656f4767179565f8abf.tar.bz2 openshift-318441bd8f6269dc0c354656f4767179565f8abf.tar.xz openshift-318441bd8f6269dc0c354656f4767179565f8abf.zip |
Merge pull request #2132 from abutcher/role-dependency-cleanup
Role dependency cleanup
Diffstat (limited to 'roles/openshift_expand_partition')
-rw-r--r-- | roles/openshift_expand_partition/meta/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_expand_partition/meta/main.yml b/roles/openshift_expand_partition/meta/main.yml index c2a38be17..a596d6c63 100644 --- a/roles/openshift_expand_partition/meta/main.yml +++ b/roles/openshift_expand_partition/meta/main.yml @@ -15,3 +15,4 @@ galaxy_info: categories: - openshift - cloud +dependencies: [] |