From 8e64ae4512d8a35735813e7873d9e008515433b8 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 4 Feb 2020 15:50:52 -0600 Subject: [PATCH] fix cases --- .automation/test/ansible/ansible_bad_1.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.automation/test/ansible/ansible_bad_1.yml b/.automation/test/ansible/ansible_bad_1.yml index 9bae03fb..ff9aa7ce 100644 --- a/.automation/test/ansible/ansible_bad_1.yml +++ b/.automation/test/ansible/ansible_bad_1.yml @@ -16,13 +16,12 @@ ###################### ## Configure GitHub ## ###################### -- hosts: github_primary +- hosts: Yo-Mama vars: - demo_github_initial_user: "{{ hostvars['localhost'].local_user }}" github_host: "{{ hostvars['github_primary'].ansible_host }}" probot_server_ip: "{{ hostvars['backup-utils'].ansible_host }}" roles: - - role: ghe-demo + - role: ghe-initialize ########################################## ## Run ghe-config-apply for all changes ## @@ -34,9 +33,7 @@ - hosts: github_primary tasks: - block: - - name: GHE-Config-Apply - include_role: - name: ghe-demo - tasks_from: ghe-config-apply.yml + include_role: + tasks_from: ghe-config-apply.yml tags: - github