diff options
Diffstat (limited to 'playbooks/byo/rhel_subscribe.yml')
-rw-r--r-- | playbooks/byo/rhel_subscribe.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/byo/rhel_subscribe.yml b/playbooks/byo/rhel_subscribe.yml index 261143080..5a877809a 100644 --- a/playbooks/byo/rhel_subscribe.yml +++ b/playbooks/byo/rhel_subscribe.yml @@ -1,5 +1,5 @@ --- -- include: ../init/evaluate_groups.yml +- import_playbook: ../init/evaluate_groups.yml - name: Subscribe hosts, update repos and update OS packages hosts: oo_all_hosts |