mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-24 23:21:12 -05:00
fix cases
This commit is contained in:
parent
124b516e6a
commit
8e64ae4512
1 changed files with 4 additions and 7 deletions
|
@ -16,13 +16,12 @@
|
||||||
######################
|
######################
|
||||||
## Configure GitHub ##
|
## Configure GitHub ##
|
||||||
######################
|
######################
|
||||||
- hosts: github_primary
|
- hosts: Yo-Mama
|
||||||
vars:
|
vars:
|
||||||
demo_github_initial_user: "{{ hostvars['localhost'].local_user }}"
|
|
||||||
github_host: "{{ hostvars['github_primary'].ansible_host }}"
|
github_host: "{{ hostvars['github_primary'].ansible_host }}"
|
||||||
probot_server_ip: "{{ hostvars['backup-utils'].ansible_host }}"
|
probot_server_ip: "{{ hostvars['backup-utils'].ansible_host }}"
|
||||||
roles:
|
roles:
|
||||||
- role: ghe-demo
|
- role: ghe-initialize
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
## Run ghe-config-apply for all changes ##
|
## Run ghe-config-apply for all changes ##
|
||||||
|
@ -34,9 +33,7 @@
|
||||||
- hosts: github_primary
|
- hosts: github_primary
|
||||||
tasks:
|
tasks:
|
||||||
- block:
|
- block:
|
||||||
- name: GHE-Config-Apply
|
include_role:
|
||||||
include_role:
|
tasks_from: ghe-config-apply.yml
|
||||||
name: ghe-demo
|
|
||||||
tasks_from: ghe-config-apply.yml
|
|
||||||
tags:
|
tags:
|
||||||
- github
|
- github
|
||||||
|
|
Loading…
Reference in a new issue