Skip to content

Commit

Permalink
[bootstrap] set become to true to avoid using -b on CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
nqb committed Jul 18, 2019
1 parent e2b8cb1 commit 2d32cd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/playbooks/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- name: Bootstrap Python support on a host
hosts: [ 'debops_all_hosts', 'debops_service_bootstrap' ]
gather_facts: False
become: True

roles:

Expand All @@ -44,6 +45,7 @@

- name: Bootstrap host for Ansible management
hosts: [ 'debops_all_hosts', 'debops_service_bootstrap' ]
become: True

environment: '{{ inventory__environment | d({})
| combine(inventory__group_environment | d({}))
Expand Down

0 comments on commit 2d32cd2

Please sign in to comment.