Skip to content

Commit

Permalink
Updated testinfra flask version check
Browse files Browse the repository at this point in the history
(cherry picked from commit b99469b)
  • Loading branch information
zenmonkeykstop committed Feb 23, 2023
1 parent 3c239b6 commit 1f98448
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion molecule/testinfra/vars/app-qubes-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ app_ip: 10.137.0.50

pip_deps:
- name: 'Flask'
version: '2.0.2'
version: '2.0.3'

apparmor_complain: []

Expand Down
2 changes: 1 addition & 1 deletion molecule/testinfra/vars/app-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ app_ip: 10.0.1.2

pip_deps:
- name: 'Flask'
version: '2.0.2'
version: '2.0.3'

apparmor_complain: []

Expand Down
2 changes: 1 addition & 1 deletion molecule/testinfra/vars/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ app_ip: 10.20.2.2

pip_deps:
- name: 'Flask'
version: '2.0.2'
version: '2.0.3'

apparmor_complain: []

Expand Down
2 changes: 1 addition & 1 deletion molecule/testinfra/vars/prodVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ app_ip: 10.0.1.4

pip_deps:
- name: 'Flask'
version: '2.0.2'
version: '2.0.3'

apparmor_complain: []

Expand Down
2 changes: 1 addition & 1 deletion molecule/testinfra/vars/qubes-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ app_ip: 10.137.0.50

pip_deps:
- name: 'Flask'
version: '2.0.2'
version: '2.0.3'

apparmor_complain: []

Expand Down
2 changes: 1 addition & 1 deletion molecule/testinfra/vars/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ app_ip: 10.0.1.2

pip_deps:
- name: 'Flask'
version: '2.0.2'
version: '2.0.3'

apparmor_complain: []

Expand Down

0 comments on commit 1f98448

Please sign in to comment.