Skip to content

Commit

Permalink
Shorter task names.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Sep 20, 2023
1 parent 9533e47 commit f11603a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/assert.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---

- name: assert | Test if umask is set correctly
- name: assert | Test umask
ansible.builtin.assert:
that:
- umask is defined
- umask is string
- umask is not none
quiet: yes

- name: assert | Test if umask_users is set correctly
- name: assert | Test umask_users
ansible.builtin.assert:
that:
- umask_users is defined
Expand Down

0 comments on commit f11603a

Please sign in to comment.