Merge pull request #83 from tyll/network_provider_debug

Print network provider early
This commit is contained in:
Till Maas 2018-08-28 18:42:46 +02:00 committed by GitHub
commit a10e72b905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
@ -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 }}"