fix(examples/pulumi/gitlab): adjust path traversal to get to the example role

This commit is contained in:
Michele Cereda
2024-06-12 21:41:27 +02:00
parent 6322d29c94
commit 7a9b97228a
3 changed files with 8 additions and 4 deletions

7
.ansible-lint Normal file
View File

@@ -0,0 +1,7 @@
---
# https://ansible.readthedocs.io/projects/lint/configuring/#ansible-lint-configuration
offline: true
warn_list:
- 'role-name[path]'
- package-latest

View File

@@ -1,5 +1,2 @@
ansible/playbooks/aws.ec2.enable-ssm-agent.yml package-latest
ansible/playbooks/keybase.register-device.yml no-changed-when ansible/playbooks/keybase.register-device.yml no-changed-when
examples/ansible/aws_ec2.yml yaml[comments-indentation] examples/ansible/aws_ec2.yml yaml[comments-indentation]
examples/pulumi/gitlab-omnibus-on-aws-ec2/ansible-playbook.yml package-latest
examples/pulumi/gitlab-omnibus-on-aws-ec2/ansible-playbook.yml role-name[path]

View File

@@ -35,7 +35,7 @@
- vim - vim
notify: "Start AWS' SSM agent" notify: "Start AWS' SSM agent"
roles: roles:
- role: ../../ansible/role.gitlab-omnibus-on-ec2 - role: ../../../ansible/role.gitlab-omnibus-on-ec2
vars: vars:
external_url: 'https://gitlab.company.com' external_url: 'https://gitlab.company.com'
# initial_password: null # initial_password: null