Handle registry role running under py3
Also, correct the host_vars filename. Again. Also, make sure we run the test on changes to the host_vars filename. Change-Id: I95fb61531bae677f5c68f4e56ed718da6c507eb9
This commit is contained in:
parent
ab557b2a98
commit
175a337e01
@ -495,6 +495,7 @@
|
|||||||
files:
|
files:
|
||||||
- .zuul.yaml
|
- .zuul.yaml
|
||||||
- playbooks/group_vars/registry.yaml
|
- playbooks/group_vars/registry.yaml
|
||||||
|
- ^playbooks/host_vars/insecure-ci-registry\d+.opendev.org.yaml
|
||||||
- playbooks/zuul/templates/group_vars/registry.yaml.j2
|
- playbooks/zuul/templates/group_vars/registry.yaml.j2
|
||||||
- playbooks/roles/registry/
|
- playbooks/roles/registry/
|
||||||
- testinfra/test_registry.py
|
- testinfra/test_registry.py
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
- name: Install passlib
|
- name: Install passlib
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- python-passlib
|
- python3-passlib
|
||||||
state: present
|
state: present
|
||||||
- name: Write htpassword file
|
- name: Write htpassword file
|
||||||
htpasswd:
|
htpasswd:
|
||||||
|
Loading…
Reference in New Issue
Block a user