drone-test-2/hello.yml
Chris Hammer 63c1cebc65
Some checks failed
continuous-integration/drone/push Build is failing
check linting
2023-12-09 00:10:42 -05:00

21 lines
354 B
YAML

- name: Hello world
hosts: all
become: false
gather_facts: false
tasks:
- name: Say hello world
ansible.builtin.debug:
msg: Hello world!
- name: Say goodbye world
ansible.builtin.debug:
msg: Goodbye world!
- name: This should fail ansible-lint
package:
name: htop
state: present