Fix path issue with roles_path
- address ansible-lint issues with test.yaml - fix init.d issue on ubuntu-xenial Change-Id: I8a992ee448b25abd62065baf54230b81c1bf48b2 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
3e2496e28e
commit
390b5157d9
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: zuul
|
||||
# Provides: zuul-launcher
|
||||
# Required-Start: $remote_fs $syslog
|
||||
# Required-Stop: $remote_fs $syslog
|
||||
# Default-Start: 2 3 4 5
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: zuul
|
||||
# Provides: zuul-merger
|
||||
# Required-Start: $remote_fs $syslog
|
||||
# Required-Stop: $remote_fs $syslog
|
||||
# Default-Start: 2 3 4 5
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: zuul
|
||||
# Provides: zuul-server
|
||||
# Required-Start: $remote_fs $syslog
|
||||
# Required-Stop: $remote_fs $syslog
|
||||
# Default-Start: 2 3 4 5
|
||||
|
@ -1,2 +1,2 @@
|
||||
[defaults]
|
||||
roles_path = ..
|
||||
roles_path = ../..
|
||||
|
@ -29,13 +29,16 @@
|
||||
post_tasks:
|
||||
- name: Ensure zuul_user_name is zuul.
|
||||
shell: /usr/bin/getent passwd zuul
|
||||
tags: skip_ansible_lint
|
||||
|
||||
- name: Ensure zuul_user_group is zuul.
|
||||
shell: /usr/bin/getent group zuul
|
||||
tags: skip_ansible_lint
|
||||
|
||||
- name: Register zuul_user_home_getent.
|
||||
shell: '/usr/bin/getent passwd zuul | cut -d: -f6'
|
||||
register: zuul_user_home_getent
|
||||
tags: skip_ansible_lint
|
||||
|
||||
- name: Assert zuul_user_home is /var/lib/zuul.
|
||||
assert:
|
||||
|
Loading…
Reference in New Issue
Block a user