Skip to content

Commit

Permalink
NR-164383: fix role vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Feb 6, 2024
1 parent b71088d commit 31037c4
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions test/canaries/deploy_macos_canaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
name: caos.ansible_roles.install_brew
# latest versions of brew allow running service with sudo, not necessary to downgrade
# comment left for reference
vars:
brew_version: 3.6.21 # with 4.0.* there are some problems with sudo /~https://github.com/Homebrew/brew/issues/14462#issuecomment-1445130069
vars:
brew_version: 3.6.21 # with 4.0.* there are some problems with sudo /~https://github.com/Homebrew/brew/issues/14462#issuecomment-1445130069
- name: Install python
include_role:
name: caos.ansible_roles.install_python
Expand All @@ -23,7 +23,7 @@
# include_role:
# name: caos.ansible_roles.install_crowdstrike_falcon

- hosts: macos_previous
- hosts: testing_hosts_macos
become: true
gather_facts: yes

Expand All @@ -41,22 +41,22 @@
self_instrumentation: true
target_agent_version: "{{ previous_version }}"

- hosts: macos_current
become: true
gather_facts: yes

tasks:
- name: Installation tests suite
vars:
agent_user: root
env_vars:

block:
- name: Install infra agent
include_role:
name: caos.ansible_roles.infra_agent
vars:
self_instrumentation: true
target_agent_version: "{{ previous_version }}"
# - hosts: macos_current
# become: true
# gather_facts: yes
#
# tasks:
# - name: Installation tests suite
# vars:
# agent_user: root
# env_vars:
#
# block:
# - name: Install infra agent
# include_role:
# name: caos.ansible_roles.infra_agent
# vars:
# self_instrumentation: true
# target_agent_version: "{{ previous_version }}"

...

0 comments on commit 31037c4

Please sign in to comment.