Compare commits
No commits in common. "493c2a36f2fe90551b3bc96a4bf94882a51e89bc" and "babacc793ce5a05ac7ea7cb229b76aa35440e527" have entirely different histories.
493c2a36f2
...
babacc793c
@ -1,5 +0,0 @@
|
|||||||
skip_list:
|
|
||||||
- yaml[colons]
|
|
||||||
- yaml[empty-lines]
|
|
||||||
- yaml[line-length]
|
|
||||||
- no-changed-when
|
|
@ -4,7 +4,7 @@ type: docker
|
|||||||
name: run_ansible_tests_fedora39
|
name: run_ansible_tests_fedora39
|
||||||
|
|
||||||
global-variables:
|
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_inventory : &ansible_inventory "-i 127.0.0.1, --connection=local"
|
||||||
ansible_playbook : &ansible_playbook "hello.yml"
|
ansible_playbook : &ansible_playbook "hello.yml"
|
||||||
|
|
||||||
|
@ -5,10 +5,6 @@
|
|||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Say hello world
|
- name: Say Hello world
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: Hello world!
|
msg: Hello world!
|
||||||
|
|
||||||
- name: Say goodbye world
|
|
||||||
ansible.builtin.debug:
|
|
||||||
msg: Goodbye world!
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
collections:
|
|
||||||
- community.general
|
|
||||||
- ansible.posix
|
|
Loading…
x
Reference in New Issue
Block a user