Skip to content

Commit

Permalink
debugging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
usma0118 committed Oct 31, 2024
1 parent 53e2a3e commit e64810f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions playbooks/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
- name: Print the determined ansible user

Check failure on line 9 in playbooks/alpine.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

Use FQCN for builtin module actions (debug).
debug:
msg: "Ansible user is {{ user }}"
roles:
- role: common
common_user: "{{ user }}"
- role: ohMyZSH
ohmyzsh_user: "{{ user }}"
tasks:
- name: Print the determined ansible user

Check failure on line 13 in playbooks/alpine.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

Use FQCN for builtin module actions (debug).
debug:
msg: "user is {{ user }}, {{ lookup('env', 'USER') }}"
# roles:
# - role: common
# common_user: "{{ user }}"
# - role: ohMyZSH
# ohmyzsh_user: "{{ user }}"

0 comments on commit e64810f

Please sign in to comment.