Might need to drop this for ansible 2.0

This commit is contained in:
Kevin Fenzi 2015-11-21 18:12:36 +00:00
parent 1326618feb
commit 7bc33f64f2

View file

@ -178,7 +178,6 @@
- name: Get admin users - name: Get admin users
command: "/srv/web/infra/ansible/scripts/users-from-fas @sysadmin-main {{ admin_groups }}" command: "/srv/web/infra/ansible/scripts/users-from-fas @sysadmin-main {{ admin_groups }}"
register: admin_user_list register: admin_user_list
run_once: True
always_run: True always_run: True
changed_when: "1 != 1" changed_when: "1 != 1"
delegate_to: localhost delegate_to: localhost