Files @ b4004db97776
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/bootstrap.yml

branko
MAR-218: Fix incorrect logic for switching directory:

- No piping can be used (since that would be a subshell and would not
affect the working directory for the remainder of the script run).
1
2
3
4
5
6
7
---

- name: Bootstrap servers for Ansible use
  hosts: testsite
  remote_user: root
  roles:
    - bootstrap