Skip to content

Commit

Permalink
load common facts only where it's needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 11, 2023
1 parent 1958433 commit 924138f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/acs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
secret_ca_passphrase: "{{ hostvars.localhost.ca_signing_key_passphrase }}"
ansible.builtin.import_playbook: pki.yml

- name: Setup facts
hosts: all:!external
- name: Setup common facts
hosts: repository:identity
gather_facts: false
roles:
- role: "../roles/common"
Expand Down

0 comments on commit 924138f

Please sign in to comment.