Explorar o código

Fix missing quotes on openshift_aws_build_ami_ssh_user default

Michael Gugino %!s(int64=7) %!d(string=hai) anos
pai
achega
fc88b4d067
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      playbooks/aws/openshift-cluster/build_ami.yml

+ 1 - 1
playbooks/aws/openshift-cluster/build_ami.yml

@@ -52,7 +52,7 @@
   tasks:
   - name: set the user to perform installation
     set_fact:
-      ansible_ssh_user: "{{ openshift_aws_build_ami_ssh_user | default(root) }}"
+      ansible_ssh_user: "{{ openshift_aws_build_ami_ssh_user | default('root') }}"
 
 - name: normalize groups
   include: ../../byo/openshift-cluster/initialize_groups.yml