remove comments; did this break drone?
Some checks failed
Ansible Test / CentOS9-Ansible-Pipeline (push) Failing after 8s
continuous-integration/drone/push Build is failing
Ansible Test / Fedora39-Ansible-Pipeline (push) Failing after 7s
Ansible Test / Debian11-Ansible-Pipeline (push) Failing after 6s
Ansible Test / Debian12-Ansible-Pipeline (push) Failing after 7s

This commit is contained in:
Chris Hammer 2023-12-13 17:18:33 -05:00
parent d49f3c6d4c
commit 9811371d76

View File

@ -1,5 +1,3 @@
# CENTOS 9
#########################
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -39,8 +37,6 @@ steps:
- ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK - ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK
# FEDORA 39
#########################
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -80,8 +76,6 @@ steps:
- ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK - ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK
# DEBIAN 11
#########################
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -121,8 +115,6 @@ steps:
- ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK - ansible-playbook -v $ANSIBLE_INVENTORY $ANSIBLE_PLAYBOOK
# DEBIAN 12
#########################
--- ---
kind: pipeline kind: pipeline
type: docker type: docker