Skip to content
Snippets Groups Projects
Verified Commit 77da3670 authored by Chris Croome's avatar Chris Croome
Browse files

test molecule

parent b5d7335f
No related branches found
No related tags found
No related merge requests found
Pipeline #29383 failed
......@@ -14,7 +14,7 @@ variables:
ANSIBLE_FORCE_COLOR: "1"
ANSIBLE_REMOTE_TMP: "/tmp"
ANSIBLE_SHELL_ALLOW_WORLD_READABLE_TEMP: "1"
MOLECULE_VERBOSITY: "0"
MOLECULE_VERBOSITY: "2"
PY_COLORS: "1"
before_script:
- whoami
......@@ -25,6 +25,7 @@ before_script:
- yamllint --version
- which molecule
- molecule --version
- touch /var/log/auth.log
stages:
- bookworm
# - bullseye
......
......@@ -30,14 +30,6 @@
ansible.builtin.debug:
var: ansible_user_dir
- name: Touch /var/log/auth.log
ansible.builtin.file:
path: /var/log/auth.log
state: touch
mode: "0644"
owner: root
group: root
- name: Include role as root
ansible.builtin.include_role:
name: "{{ lookup('ansible.builtin.env', 'CI_PROJECT_NAME') }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment