summaryrefslogtreecommitdiffstats
path: root/playbooks/init/basic_facts.yml
Commit message (Collapse)AuthorAgeFilesLines
* Don't deploy the console if disabled or registry subtypeScott Dodson2018-01-291-0/+8
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1538974
* Install base_packages earlierMichael Gugino2018-01-221-0/+69
Currently, openshift_facts requires pyyaml to be installed. This package is installed via init/base_packages.yml, which is currently called after init/facts.yml. This results in a situation where installs will fail due to missing python dependency. This commit splits init/facts.yml into two, and allows base_packages.yml to be run before the openshift_facts.py plugin is executed.