Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed May 3, 2024
1 parent 0a3cd49 commit af3d13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

roles:
- role: buluma.bootstrap
- roles: buluma.buluma.ca_certificates
- role: buluma.ca_certificates
4 changes: 3 additions & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
hosts: all
become: true
gather_facts: true
# verbosity: 2

tasks:
- name: Get Nvim version

Check failure on line 9 in molecule/default/verify.yml

View workflow job for this annotation

GitHub Actions / lint

fqcn[action-core]

Use FQCN for builtin module actions (command).

Check failure on line 9 in molecule/default/verify.yml

View workflow job for this annotation

GitHub Actions / lint

no-changed-when

Commands should not change things if nothing needs doing.

Check failure on line 9 in molecule/default/verify.yml

View workflow job for this annotation

GitHub Actions / lint

fqcn[action-core]

Use FQCN for builtin module actions (command).

Check failure on line 9 in molecule/default/verify.yml

View workflow job for this annotation

GitHub Actions / lint

no-changed-when

Commands should not change things if nothing needs doing.
command: nvim -v
# verbosity: 2
register: nvim_version

- name: Debug
ansible.builtin.debug:
var: nvim_version
verbosity: 2
verbosity: 3

0 comments on commit af3d13c

Please sign in to comment.