Skip to content

Commit

Permalink
Merge pull request #1 from flyemsafe/dev
Browse files Browse the repository at this point in the history
fix bad block declaration
  • Loading branch information
tosin2013 authored Mar 21, 2021
2 parents 5cbcc1d + 85e0cd4 commit 0fcaa79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
# This has not been tested againist Satellite
# Attempt to register system using an existing identity if defined
# undefine use_system_identity if registration fails
- name: Register {{ inventory_hostname }} system using rhsm_identity
- name: Register system using rhsm_identity
when: use_system_identity|bool and not use_activation_key|bool
tags: [register]
block:
- name: Registering system {{ inventory_hostname }} with rhsm_identity
redhat_subscription:
state: present
activationkey: "{{ rhsm_activationkey }}"
Expand Down

0 comments on commit 0fcaa79

Please sign in to comment.