File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11---
22minor_changes :
33 - " Replace include with include_tasks due to deprecation warning (#301)"
4+ trivial :
5+ - " typo in include_tasks (#303)"
Original file line number Diff line number Diff line change 484484 tags : seclimit
485485
486486- name : Execute Distribution tasks
487- ansible.builtin.include_tasks: : " {{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
487+ ansible.builtin.include_tasks : " {{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
488488 tags : tphnuma
489489 # when: ansible_os_family == 'RedHat'
490490
Original file line number Diff line number Diff line change 5757 tags : sshkeys,known_hosts
5858
5959 - name : Deploy known_hosts
60- ansible.builtin.include_tasks: : known-hosts.yml
60+ ansible.builtin.include_tasks : known-hosts.yml
6161 with_items :
6262 - " {{ oracle_user }}"
6363 - " {% if role_separation %}{{ grid_user }}{% else %}[]{% endif %}"
Original file line number Diff line number Diff line change 1616 tags : asmstorage,partition
1717
1818- name : Partition disks for multipath
19- ansible.builtin.include_tasks: : dm-multipath-kpartx.yml
19+ ansible.builtin.include_tasks : dm-multipath-kpartx.yml
2020 when : multipath == 'dm-multipath' and partition_devices and asm_diskgroups is defined
2121
2222- name : Configure disks for device persistency
You can’t perform that action at this time.
0 commit comments