Skip to content

Commit

Permalink
Merge pull request #83 from tyll/network_provider_debug
Browse files Browse the repository at this point in the history
Print network provider early
  • Loading branch information
tyll committed Aug 28, 2018
2 parents 8369b95 + db6384f commit a10e72b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
package_facts:
no_log: true

- name: Print network provider
debug:
msg: "Using network provider: {{ network_provider }}"

# Depending on the plugins, checking installed packages might be slow
# for example subscription manager might slow this down
# Therefore install packages only when rpm does not find them
Expand All @@ -24,10 +28,6 @@
state: started
enabled: yes

- name: Print network provider
debug:
msg: "Using network provider: {{ network_provider }}"

- name: Configure networking connection profiles
network_connections:
provider: "{{ network_provider | mandatory }}"
Expand Down

0 comments on commit a10e72b

Please sign in to comment.