Skip to content

Commit 539b86c

Browse files
authored
Automation Toolkit Release v12
1 parent 69d2fc9 commit 539b86c

File tree

1 file changed

+2
-2
lines changed
  • cd3_automation_toolkit/user-scripts/terraform/modules/compute/instance

1 file changed

+2
-2
lines changed

cd3_automation_toolkit/user-scripts/terraform/modules/compute/instance/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)