Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Oefenweb/ansible-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Sep 18, 2023
2 parents db60829 + 99cb571 commit 2d45783
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
warn_list:
- role-name
- name[play]
- name[casing]
- yaml[comments-indentation]
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# handlers file
---
- name: update font cache
- name: update font cache # noqa no-changed-when

Check warning on line 3 in handlers/main.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.

Check warning on line 3 in handlers/main.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.

Check warning on line 3 in handlers/main.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.
ansible.builtin.command: >
fc-cache -f -v
4 changes: 2 additions & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pre_tasks:
- name: include vars

Check warning on line 6 in molecule/default/converge.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.

Check warning on line 6 in molecule/default/converge.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.

Check warning on line 6 in molecule/default/converge.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.
ansible.builtin.include_vars: "{{ playbook_dir }}/../../tests/vars/_molecule.yml"
# - name: include vars
# ansible.builtin.include_vars: "{{ playbook_dir }}/../../tests/vars/main.yml"
# - name: include vars
# ansible.builtin.include_vars: "{{ playbook_dir }}/../../tests/vars/main.yml"
roles:
- ../../../
8 changes: 4 additions & 4 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pre_tasks:
- name: include vars

Check warning on line 6 in molecule/default/prepare.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.

Check warning on line 6 in molecule/default/prepare.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.

Check warning on line 6 in molecule/default/prepare.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.
ansible.builtin.include_vars: "{{ playbook_dir }}/../../tests/vars/_molecule.yml"
# - name: include vars
# ansible.builtin.include_vars: "{{ playbook_dir }}/../../tests/vars/main.yml"
# - name: include tasks
# ansible.builtin.import_tasks: "{{ playbook_dir }}/../../tests/tasks/pre.yml"
# - name: include vars
# ansible.builtin.include_vars: "{{ playbook_dir }}/../../tests/vars/main.yml"
# - name: include tasks
# ansible.builtin.import_tasks: "{{ playbook_dir }}/../../tests/tasks/pre.yml"

0 comments on commit 2d45783

Please sign in to comment.