We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e366ae commit b8f649dCopy full SHA for b8f649d
ocne2/create_instance.yml
@@ -301,7 +301,7 @@
301
dest: /etc/yum/vars/ociregion
302
mode: '0644'
303
become: true
304
- when: oci_yum_region | default(omit) | length > 0
+ when: oci_yum_region is defined and oci_yum_region | length > 0
305
306
- name: Update all rpm packages
307
ansible.builtin.import_playbook: update_all_rpms.yml
ol/create_instance.yml
- name: Configure passwordless SSH
ansible.builtin.include_tasks: "passwordless_setup.yml"
0 commit comments