File tree Expand file tree Collapse file tree
images/capi/ansible/roles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515---
16+ - name : Replace chkconfig with alternatives to satisfy iptables dependency
17+ ansible.builtin.command : tdnf install -y alternatives --allowerasing
18+ register : install_alternatives
19+ changed_when : ' "Nothing to do" not in install_alternatives.stderr'
20+
1621- name : Install cloud-init and tools for VMware Photon OS
1722 ansible.builtin.command : tdnf install {{ packages }} -y
1823 vars :
Original file line number Diff line number Diff line change 3636 changed_when : ' "Nothing to do" not in distro.stderr'
3737 when : not disable_public_repos|default(false)|bool
3838
39+ - name : Replace chkconfig with alternatives to satisfy iptables dependency
40+ ansible.builtin.command : tdnf install -y alternatives --allowerasing
41+ register : install_alternatives
42+ changed_when : ' "Nothing to do" not in install_alternatives.stderr'
43+
3944- name : Perform a tdnf distro-sync
4045 ansible.builtin.command : tdnf distro-sync -y --refresh
4146 register : distro
You can’t perform that action at this time.
0 commit comments