File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cd3_automation_toolkit/user-scripts/terraform/modules/compute/instance Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ resource "null_resource" "ansible-remote-exec" {
157157 " sudo dnf install -y epel-release" ,
158158 " sudo dnf install ansible -y" ,
159159 " sudo ansible --version" ,
160- " sudo ansible-galaxy collection install ansible.posix" ,
161160 " sudo ansible-galaxy collection install community.general" ,
161+ " sudo ansible-galaxy collection install ansible.posix" ,
162162 " sudo chmod 777 /home/opc/${ local . remote_execute_script } " ,
163163 " sudo touch /etc/cron.d/ansible" ,
164164 " sudo chmod 600 /etc/cron.d/ansible" ,
@@ -270,4 +270,4 @@ resource "oci_core_app_catalog_subscription" "mp_image_subscription" {
270270 timeouts {
271271 create = " 20m"
272272 }
273- }
273+ }
You can’t perform that action at this time.
0 commit comments