Skip to content

Commit

Permalink
fix integer validation (#3524)
Browse files Browse the repository at this point in the history
  • Loading branch information
hguerrero authored Mar 17, 2021
1 parent 22a8cfd commit 68c9f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
k8s:
state: present
resource_definition: "{{ lookup('template', 'pod-exec-role.yaml.j2') }}"
when: __user_n == "1"
when: __user_n == 1

- name: Give {{ __user }} access to projects
k8s:
Expand Down

0 comments on commit 68c9f79

Please sign in to comment.