reTypo
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{% if grains['kernel'] == 'Linux' %}
|
||||
{% if grains['os'] == 'Ubuntu' %}
|
||||
{% set UBUVER = salt['grains.get']('oscodename') %}
|
||||
{% if {{UBUVER}} == 'bionic' set UBUVER = 'xenial' %}
|
||||
{% if UBUVER == 'bionic' %}
|
||||
{% set UBUVER = 'xenial' %}
|
||||
{% endif %}
|
||||
Ubuntu Docker PreRequisites:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
|
||||
Reference in New Issue
Block a user