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" {
157
157
" sudo dnf install -y epel-release" ,
158
158
" sudo dnf install ansible -y" ,
159
159
" sudo ansible --version" ,
160
- " sudo ansible-galaxy collection install ansible.posix" ,
161
160
" sudo ansible-galaxy collection install community.general" ,
161
+ " sudo ansible-galaxy collection install ansible.posix" ,
162
162
" sudo chmod 777 /home/opc/${ local . remote_execute_script } " ,
163
163
" sudo touch /etc/cron.d/ansible" ,
164
164
" sudo chmod 600 /etc/cron.d/ansible" ,
@@ -270,4 +270,4 @@ resource "oci_core_app_catalog_subscription" "mp_image_subscription" {
270
270
timeouts {
271
271
create = " 20m"
272
272
}
273
- }
273
+ }
You can’t perform that action at this time.
0 commit comments