summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/custom-actions/add-rhn-pools.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/openstack/custom-actions/add-rhn-pools.yml')
-rw-r--r--playbooks/openstack/custom-actions/add-rhn-pools.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/playbooks/openstack/custom-actions/add-rhn-pools.yml b/playbooks/openstack/custom-actions/add-rhn-pools.yml
deleted file mode 100644
index d17c1e335..000000000
--- a/playbooks/openstack/custom-actions/add-rhn-pools.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-- hosts: cluster_hosts
- vars:
- rhn_pools: []
- tasks:
- - name: Attach additional RHN pools
- become: true
- with_items: "{{ rhn_pools }}"
- command: "/usr/bin/subscription-manager attach --pool={{ item }}"
- register: attach_rhn_pools_result
- until: attach_rhn_pools_result.rc == 0
- retries: 10
- delay: 1