Skip to content

Commit

Permalink
ans-tower-lab-ng fix homework deployment (#4000)
Browse files Browse the repository at this point in the history
* updates for broken lab

* update command module to use python3
  • Loading branch information
wilson-walrus authored Jul 30, 2021
1 parent 3b1d817 commit 78287bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/configs/ans-tower-lab-ng/post_software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
state: present
executable: pip3

- name: Inject Ansible Tower license
- name: Inject Ansible Tower license
vars:
ansible_python_interpreter: /usr/bin/python3
command: awx-cli setting modify LICENSE @/root/license.txt --insecure

- when: tower_credentials is defined
Expand Down

0 comments on commit 78287bc

Please sign in to comment.