File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ warn_list:
5050 - ignore-errors # Use failed_when and specify error conditions instead of using ignore_errors.
5151 - no-free-form # Avoid using free-form when calling module actions.
5252exclude_paths:
53+ - playbooks/facts.yml
5354 - playbooks/disable-firewalld.yml
5455 - playbooks/config-for-kube-vip.yml
5556 - playbooks/mount-xfs-pquota.yml
Original file line number Diff line number Diff line change @@ -10,7 +10,4 @@ COPY playbooks/ /kubespray/
1010# Add extra python packages and collections needed for the playbooks
1111RUN python3 -m pip install toml
1212RUN ansible-galaxy collection install sivel.toiletwater
13-
14- RUN ln -s playbooks/facts.yml facts.yml
15-
1613RUN apk add --no-cache openssl
Original file line number Diff line number Diff line change 1+ ---
2+ - name : Gather the facts
3+ ansible.builtin.import_playbook : playbooks/facts.yml
You can’t perform that action at this time.
0 commit comments