You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce: I "draw" a rudimentary configuration with only one VCN and the bastion fragment. Only the bastion's subnet CIDR needs to be changed. Then I export the content to Ansible.
Problem: In okit-ansible.zip/main.yml the task named "Create Security List okit-bastion-sl" tries to use the variable Okit_Vcn001_default_security_list_id and fails.
Workaround: This variable should have been set in set_fact just after "Create Virtual Cloud Network okit-vcn001" but is missing there. It can manually be added in main.yml
The text was updated successfully, but these errors were encountered: