diff options
author | Lénaïc Huard <lhuard@amadeus.com> | 2016-01-11 11:37:00 +0100 |
---|---|---|
committer | Lénaïc Huard <lhuard@amadeus.com> | 2016-01-12 10:48:11 +0100 |
commit | 3e450c25f2e03ee06d8ef7d6825cd36294c77007 (patch) | |
tree | 666eb1dce6b5ea5f9952bbd3bdd04742cbd39a12 /roles/rhel_subscribe/meta | |
parent | 52a4f52d023c1fd670b761974e7a5f0ef35a0eaf (diff) | |
download | openshift-3e450c25f2e03ee06d8ef7d6825cd36294c77007.tar.gz openshift-3e450c25f2e03ee06d8ef7d6825cd36294c77007.tar.bz2 openshift-3e450c25f2e03ee06d8ef7d6825cd36294c77007.tar.xz openshift-3e450c25f2e03ee06d8ef7d6825cd36294c77007.zip |
Move the `is_atomic` check from `update_repos_and_packages.yml` to `rhel_subscribe`
Diffstat (limited to 'roles/rhel_subscribe/meta')
-rw-r--r-- | roles/rhel_subscribe/meta/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/rhel_subscribe/meta/main.yml b/roles/rhel_subscribe/meta/main.yml new file mode 100644 index 000000000..bbc3ad172 --- /dev/null +++ b/roles/rhel_subscribe/meta/main.yml @@ -0,0 +1,2 @@ +dependencies: + - openshift_facts |