summaryrefslogtreecommitdiffstats
path: root/roles/ansible_tower_cli/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ansible_tower_cli/tasks/main.yml')
-rw-r--r--roles/ansible_tower_cli/tasks/main.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/roles/ansible_tower_cli/tasks/main.yml b/roles/ansible_tower_cli/tasks/main.yml
deleted file mode 100644
index 0c5163b50..000000000
--- a/roles/ansible_tower_cli/tasks/main.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-- name: Install python-ansible-tower-cli
- action: "{{ ansible_pkg_mgr }} name=python-ansible-tower-cli state=present"
-
-- template:
- src: tower_cli.cfg.j2
- dest: /etc/tower/tower_cli.cfg
- owner: awx
- group: awx
- mode: 0640
-
-- file:
- state: link
- src: /etc/tower
- dest: /etc/awx
- owner: awx
- group: awx
-