Sha256: 8f49a6ff8d7616b20f7d999a45690fd1e6720af571c9f4f4f1b4e6459fa4c624
Contents?: true
Size: 227 Bytes
Versions: 8
Compression:
Stored size: 227 Bytes
Contents
- name: rsync the FE app remote_user: "{{ deployer_user.name }}" synchronize: src={{ fe_app_local_path }}/ dest={{ fe_app_path }} tags: [fe_deploy] register: fe_app_checkout when: fe_app_local_path is defined
Version data entries
8 entries across 8 versions & 1 rubygems