Compare commits

..

No commits in common. "493c2a36f2fe90551b3bc96a4bf94882a51e89bc" and "babacc793ce5a05ac7ea7cb229b76aa35440e527" have entirely different histories.

4 changed files with 2 additions and 15 deletions

View File

@ -1,5 +0,0 @@
skip_list:
- yaml[colons]
- yaml[empty-lines]
- yaml[line-length]
- no-changed-when

View File

@ -4,7 +4,7 @@ type: docker
name: run_ansible_tests_fedora39
global-variables:
ansible_image : &ansible_image "gitea.thezengarden.net/podman/ansible-dev/fedora39:release-34"
ansible_image : &ansible_image "gitea.thezengarden.net/podman/ansible-dev/fedora39:release-31"
ansible_inventory : &ansible_inventory "-i 127.0.0.1, --connection=local"
ansible_playbook : &ansible_playbook "hello.yml"

View File

@ -5,10 +5,6 @@
tasks:
- name: Say hello world
- name: Say Hello world
ansible.builtin.debug:
msg: Hello world!
- name: Say goodbye world
ansible.builtin.debug:
msg: Goodbye world!

View File

@ -1,4 +0,0 @@
---
collections:
- community.general
- ansible.posix