Skip to content
Snippets Groups Projects
Commit 947ce487 authored by lwm's avatar lwm
Browse files

Merge branch 'make-gather-facts-explicit' into 'master'

[ci skip] Make fact gathering explicit.

See merge request !2
parents f171d829 6708437c
Branches
No related tags found
1 merge request!2[ci skip] Make fact gathering explicit.
Pipeline #2012 failed
......@@ -6,7 +6,7 @@ Sets up and enables Software collection repository and functionality in CentOS 6
To catch potential bugs/misunderstandings this will fail with an error if run on a different distribution/version. To avoid an error test for distribution/version when including the role (see the Example Playbook below)
We can add support for other distributions/versions when needed.
We can add support for other distributions/versions when needed.
# Requirements
......@@ -24,6 +24,7 @@ None
```yaml
- hosts: localhost
gather_facts: true
roles:
- role: software-collections
when:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment