Skip to content

Commit

Permalink
https://github.com/ansible/ansible-lint/pull/2359
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Sep 2, 2022
1 parent db26c9f commit 19907ec
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 12 deletions.
3 changes: 2 additions & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- import_playbook: ../../playbooks/converge.yml
- name: import playbook ../../playbooks/converge
import_playbook: ../../playbooks/converge.yml
7 changes: 5 additions & 2 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- import_playbook: ../../playbooks/60-kube_flannel-install.yml
- import_playbook: ../../playbooks/verify.yml
- name: import playbook ../../playbooks/60-kube_flannel-install
import_playbook: ../../playbooks/60-kube_flannel-install.yml

- name: import playbook ../../playbooks/verify
import_playbook: ../../playbooks/verify.yml
21 changes: 15 additions & 6 deletions playbooks/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,20 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- import_playbook: 00-hosts-install.yml
- import_playbook: 10-kernel-install.yml
- import_playbook: 20-ansible-install.yml
- name: import playbook 00-hosts-install
import_playbook: 00-hosts-install.yml

- import_playbook: 30-podman-install.yml
- import_playbook: 30-cri_o-install.yml
- name: import playbook 10-kernel-install
import_playbook: 10-kernel-install.yml

- import_playbook: 50-kube-install.yml
- name: import playbook 20-ansible-install
import_playbook: 20-ansible-install.yml

- name: import playbook 30-podman-install
import_playbook: 30-podman-install.yml

- name: import playbook 30-cri_o-install
import_playbook: 30-cri_o-install.yml

- name: import playbook 50-kube-install
import_playbook: 50-kube-install.yml
7 changes: 5 additions & 2 deletions playbooks/reboot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- import_playbook: 50-kube-reboot.yml
- import_playbook: 90-ansible-reboot.yml
- name: import playbook 50-kube-reboot
import_playbook: 50-kube-reboot.yml

- name: import playbook 90-ansible-reboot
import_playbook: 90-ansible-reboot.yml
3 changes: 2 additions & 1 deletion playbooks/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- import_playbook: 50-kube-verify.yml
- name: import playbook 50-kube-verify
import_playbook: 50-kube-verify.yml

0 comments on commit 19907ec

Please sign in to comment.