Skip to content

Commit 9f8468c

Browse files
committed
fix accidental changes
1 parent 819b4d4 commit 9f8468c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ansible/extras.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- users
66
gather_facts: yes
77
tasks:
8+
- debug:
9+
var: basic_users_users.0
10+
- meta: end_here
811
- import_role:
912
name: basic_users
1013

environments/.caas/hooks/pre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Provision the infrastructure using Terraform
44
- name: Provision infrastructure
55
hosts: openstack
6-
tags: infra
6+
tags: cluster_infra
77
roles:
88
- cluster_infra
99

0 commit comments

Comments
 (0)