added Jenkinsfile
All checks were successful
multibranch_ansible/pipeline/head This commit looks good

This commit is contained in:
2023-06-05 14:54:09 +02:00
parent 6ad3cc11d6
commit 0e0b321ca1

View File

@@ -18,7 +18,7 @@
- debug:
var: ansible_host
- debug:
msg: "'{{ lookup('ansible.builtin.env', 'test') }}'"
msg: "'{{ lookup('ansible.builtin.env', 'HOME') }}'"
- name: Install Package Test
package:
name: "{{item}}"