File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 317
317
- name : Configure passwordless SSH
318
318
ansible.builtin.import_playbook : " configure_passwordless_ssh.yml"
319
319
320
- - name : Install Oracle Linux Automation Engine
321
- ansible.builtin.import_playbook : " deploy_olae.yml"
322
- when : use_olae_only
320
+ # - name: Install Oracle Linux Automation Engine
321
+ # ansible.builtin.import_playbook: "deploy_olae.yml"
322
+ # when: use_olae_only
323
323
324
324
- name : Install Oracle Linux Automation Manager
325
325
vars :
354
354
- name : Print instances
355
355
hosts : all:!localhost
356
356
become : true
357
- gather_facts : false
358
357
359
358
tasks :
360
359
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ block_count: 1
22
22
update_all : false
23
23
passwordless_ssh : false
24
24
olam_type : single
25
- use_olae_only : false
25
+ # use_olae_only: false
26
26
use_olam_builder : false
27
27
use_olam_pah : false
28
28
add_pah_ports : false
File renamed without changes.
You can’t perform that action at this time.
0 commit comments