Skip to content

Commit

Permalink
add debugging actions to ephemeral containers
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n committed Jan 15, 2025
1 parent f6b320d commit f81c3f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
- name: Init tailscale credentials variables
ansible.builtin.include_tasks: init_tailscale_vars.yml

- name: Debugging
changed_when: false
ansible.builtin.shell:
cmd: |
echo ""
echo "::warning::DEBUGGING"
id -u
echo "::warning::$(id -u)"
cat /etc/shadow
cat /etc/passwd
echo ""
- name: "Include artis3n.tailscale"
ansible.builtin.include_role:
name: artis3n.tailscale
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ansible = "^9.12.0"

[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "^24.7.0", markers = "platform_system != 'Windows'" }
molecule = "=24.9.0"
molecule = "^24.9.0"
molecule-plugins = {extras = ["docker"], version = "^23.5.3"}
pre-commit = "^4.0.1"
pytest = "^8.3.3"
Expand Down

0 comments on commit f81c3f3

Please sign in to comment.